We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c04a2 commit d434e3cCopy full SHA for d434e3c
1 file changed
package.json
@@ -71,25 +71,6 @@
71
],
72
"main": "./out/client/extension",
73
"contributes": {
74
- "languages": [{
75
- "id": "testOutput",
76
- "aliases": [
77
- "vscode-output-colorizer",
78
- "testOutput"
79
- ],
80
- "extensions": [
81
- ".log"
82
83
- "configuration": "./syntaxes/test.configuration.json",
84
- "mimetypes": [
85
- "text/x-code-output"
86
- ]
87
- }],
88
- "grammars": [{
89
- "language": "testOutput",
90
- "scopeName": "testOutput.log",
91
- "path": "./syntaxes/test.tmLanguage"
92
93
"snippets": [{
94
"language": "python",
95
"path": "./snippets/python.json"
0 commit comments