mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Colorization tests for tree sitter (#229376)
* Colorization tests for tree sitter Part of #210475 * Fix tests * Actually fix tests * Fix line endings
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"icon": "media/icon.png",
|
||||
"scripts": {
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json"
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json",
|
||||
"watch": "gulp watch-extension:vscode-colorize-tests",
|
||||
"compile": "gulp compile-extension:vscode-colorize-tests"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonc-parser": "^3.2.0"
|
||||
@@ -51,7 +53,17 @@
|
||||
"path": "./producticons/test-product-icon-theme.json",
|
||||
"_watch": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"configuration": {
|
||||
"title": "Color Tests",
|
||||
"properties": {
|
||||
"editor.experimental.preferTreeSitter": {
|
||||
"type": "array",
|
||||
"default": ["typescript"],
|
||||
"description": "Enable the experimental tree-sitter parser."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user