4.4.1 • Published 10 months ago

@pmnps/plugin-vscode-workspace v4.4.1

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

@pmnps/plugin-vscode-workspace

You might be troubled by the problem about can not find tsconfig in projects, when using pmnps. This plugin will run in refresh command, it creates a .code-workspace file, so, we can use pmnps more better in vscode, and resolve the can not find tsconfig problem.

If you are not familiy with vscode multi workspace, please take this reference.

Usage

Config the .pmnpsrc.json:

{
    ...,
    "plugins":[
        "@pmnps/plugin-vscode-workspace"
    ]
}

If you want to exclude the folders which you don't want to show in vscode workspace, use query config:

{
    ...,
    "plugins":[
        [
            "@pmnps/plugin-vscode-workspace",
            {
                "excludes":["root","packages/@template"]
            }
        ]
    ]
}
4.4.1

10 months ago

4.4.0

10 months ago

4.0.5

1 year ago

4.1.0

12 months ago

4.0.1

1 year ago

4.0.0

1 year ago

4.3.0

11 months ago

4.2.1

11 months ago

4.2.0

12 months ago

4.0.2

1 year ago

3.1.4

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago