mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Remove files.exclude section.
This commit is contained in:
7
lsp-sample/.vscode/settings.json
vendored
7
lsp-sample/.vscode/settings.json
vendored
@ -1,11 +1,4 @@
|
||||
{
|
||||
// set to false to hide directory from the VS Code Document Sidebar
|
||||
"files.exclude": {
|
||||
"client/out/**/*": false,
|
||||
"client/server/**/*": false,
|
||||
"client/node_modules": false,
|
||||
"server/node_modules": false
|
||||
},
|
||||
// set this to false to include "out" folder in search results
|
||||
"search.exclude": {
|
||||
"out": true
|
||||
|
||||
Reference in New Issue
Block a user