We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be860a commit a91f243Copy full SHA for a91f243
packages/app/src/app/overmind/effects/vscode/index.ts
@@ -38,6 +38,20 @@ declare global {
38
let _manager: VSCodeManager;
39
let _editorManager: VSCodeEditorManager;
40
41
+/*
42
+ We need to test:
43
+ - Changing code
44
+ - Turn on and off linting
45
+ - Save code
46
+ - Verify dirty indication
47
+ - Add/remove dependencies
48
+ - Verify preview updating
49
+ - Resizing the editor
50
+ - Change sandbox
51
+ - Add/move/delete files
52
+ - LIVE
53
+*/
54
+
55
export default {
56
initialize(options: VsCodeOptions) {
57
_editorManager = new VSCodeEditorManager(options);
0 commit comments