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:
Matt Bierner
2020-07-29 14:05:36 -07:00
parent d4d1e3b2c8
commit bdd3721849
15 changed files with 1231 additions and 1 deletions

View File

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