vsls.json
Visual Studio Live Share configuration file
| Type | object |
|---|---|
| File match |
.vsls.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/vsls-json/latest.json |
| Source | https://www.schemastore.org/vsls.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
excludeFiles
string[]
An array of globs which indicate the files that should be completely unavailable to guests when you share (e.g. secrets).
gitignore
string
Indicates how .gitignore files should be treated with respects to excluding/hiding files from guests.
hideFiles
string[]
An array of globs which indicate the files that should be hidden from guest's file trees, but still accessible (e.g. when following the host).