Revert "Colorization tests for tree sitter" (#229444)

Revert "Colorization tests for tree sitter (#229376)"

This reverts commit ccefcfa4fa.
This commit is contained in:
Raymond Zhao
2024-09-23 15:07:42 -07:00
committed by GitHub
parent f678bc96d2
commit 38adfa0956
116 changed files with 76 additions and 11509 deletions

View File

@@ -14,9 +14,7 @@
},
"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",
"watch": "gulp watch-extension:vscode-colorize-tests",
"compile": "gulp compile-extension:vscode-colorize-tests"
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json"
},
"dependencies": {
"jsonc-parser": "^3.2.0"
@@ -53,17 +51,7 @@
"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",