mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Add custom editor test extension
Adds a simple set of tests for custom editors in a new extension. This is currently not run during CI since we want more testing to make sure it is reliable
This commit is contained in:
@@ -230,7 +230,8 @@ const excludedCommonExtensions = [
|
||||
'vscode-test-resolver',
|
||||
'ms-vscode.node-debug',
|
||||
'ms-vscode.node-debug2',
|
||||
'vscode-notebook-tests'
|
||||
'vscode-notebook-tests',
|
||||
'vscode-custom-editor-tests',
|
||||
];
|
||||
const excludedDesktopExtensions = excludedCommonExtensions.concat([
|
||||
'vscode-web-playground',
|
||||
|
||||
Reference in New Issue
Block a user