Enable semantic features (such as error reporting) in JS/TS notebook cells

This commit is contained in:
Matt Bierner 2021-02-26 18:39:21 -08:00
parent a74ebb17cf
commit 8572664c6c

View file

@ -9,11 +9,13 @@ export const git = 'git';
/** Live share scheme */
export const vsls = 'vsls';
export const walkThroughSnippet = 'walkThroughSnippet';
export const vscodeNotebookCell = 'vscode-notebook-cell';
export const semanticSupportedSchemes = [
file,
untitled,
walkThroughSnippet,
vscodeNotebookCell,
];
/**