Skip to content

Commit 128829a

Browse files
authored
remove overrides of file.exclude and search.exclude (#1720)
This is a replay of #1680 ## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
1 parent 249e03f commit 128829a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"files.exclude": {
4-
"out": false // set this to true to hide the "out" folder with the compiled JS files
5-
},
6-
"search.exclude": {
7-
"out": true // set this to false to include "out" folder in search results
8-
},
93
"python.formatting.provider": "black",
104
"editor.defaultFormatter": "esbenp.prettier-vscode",
115
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts

0 commit comments

Comments
 (0)