Skip to content

Commit 341ea4f

Browse files
committed
Cleanup vscode settings
1 parent f37f986 commit 341ea4f

File tree

4 files changed

+0
-2667
lines changed

4 files changed

+0
-2667
lines changed

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// A launch configuration that compiles the extension and then opens it inside a new window
21
{
32
"version": "0.2.0",
43
"configurations": [

.vscode/settings.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
// Place your settings in this file to overwrite default and user settings.
21
{
3-
"files.exclude": {
4-
"out": false, // set this to true to hide the "out" folder with the compiled JS files
5-
"dist": false // set this to true to hide the "dist" folder with the compiled JS files
6-
},
7-
"search.exclude": {
8-
"out": true, // set this to false to include "out" folder in search results
9-
"dist": true // set this to false to include "dist" folder in search results
10-
},
11-
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
12-
"typescript.tsc.autoDetect": "off",
132
"editor.formatOnSave": true,
143
"[typescript]": {
154
"editor.defaultFormatter": "esbenp.prettier-vscode"

.vscode/tasks.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)