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:
Alex Ross
2024-09-23 21:31:57 +02:00
committed by GitHub
parent b09ef53539
commit ccefcfa4fa
116 changed files with 11507 additions and 74 deletions

View File

@@ -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",