diff --git a/code-mirror-experiment.code-workspace b/code-mirror-experiment.code-workspace index 50800c951..e93de761d 100644 --- a/code-mirror-experiment.code-workspace +++ b/code-mirror-experiment.code-workspace @@ -1,11 +1,14 @@ { - "folders": [ - { - "path": "." - }, - { - "path": "../../codemirror/codemirror.next" - } - ], - "settings": {} -} \ No newline at end of file + "folders": [ + { + "path": "." + }, + { + "path": "../../codemirror/codemirror.next" + }, + { + "path": "../python/python-editor" + } + ], + "settings": {} +} diff --git a/package-lock.json b/package-lock.json index 95bfd29b1..aa74fe701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "code-mirror-experiment", - "version": "0.1.0", + "version": "3.0.0-local", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/public/index.html b/public/index.html index 87086cbf0..6d3b8c9df 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,10 @@ />
- +