We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60754a8 commit 9f0a5f0Copy full SHA for 9f0a5f0
extensions/ql-vscode/.vscodeignore
@@ -1,17 +1 @@
1
-.vs/**
2
-.vscode/**
3
-.vscode-test/**
4
-typings/**
5
-out/test/**
6
-out/vscode-tests/**
7
-**/@types/**
8
-**/*.ts
9
-test/**
10
-src/**
11
**/*.map
12
-.gitignore
13
-gulpfile.js/**
14
-tsconfig.json
15
-.prettierrc
16
-vsc-extension-quickstart.md
17
-node_modules/**
extensions/ql-vscode/package.json
@@ -42,13 +42,6 @@
42
"workspaceContains:.git"
43
],
44
"main": "./out/extension",
45
- "files": [
46
- "gen/*.js",
47
- "media/**",
48
- "out/**",
49
- "package.json",
50
- "language-configuration.json"
51
- ],
52
"contributes": {
53
"configurationDefaults": {
54
"[ql]": {
0 commit comments