VS Code
|
Setting Key | Description |
---|---|
vsproj.enable |
Enable/disable this extension. |
vsproj.projExtension |
VS project file to watch and update. Defaults: "njsproj" |
vsproj.encoding |
VS project file encoding. Defaults: "ascii" |
vsproj.itemType |
Mapping from file extension to vsproj XML element. Defaults to: { "*": "Content", ".js": "Compile", ".ts": "TypeScriptCompile" } |
vsproj.includeRegex |
Regular expression to match files you want to add to vsproj. |
vsproj.excludeRegex |
Regular expression to exclude files you do not want to add to vsproj. |
These regular expressions will prevent unwanted files to be added in the proj file. If a file matches includeRegex
and excludeRegex
, it will be excluded.
You can also ignore files by workspace with the exclude
setting described above.
Links
FORKED FROM :
Release Notes
Most Recent Release (1.2.1)
Release 1.2.0
Features:
- Configure VS project file encoding
Release 1.1.0
Features:
- Debug output in terminal
Release 1.0.3
Features:
- Exlude files from workspace configuration file
Release 1.0.2
Features:
- Need a workspace configuration to activate and constraint the folders
- All prompts have been removed
- Work when creating folders
- Work when moving files/folders
- Work when renaming file/folder
- Work when removing files/folders
See GitHub for full release history
Known Issues
- Renaming file or folder and changing only case will create a second entry with the new file/folder name without removing the previous.
License
MIT