mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Improves monaco editor playground experience
This commit is contained in:
parent
7727653dcb
commit
880d305624
2 changed files with 13 additions and 2 deletions
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
|
|
@ -5,7 +5,7 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Monaco Editor Playground",
|
"name": "Monaco Editor Playground (Languages from source, needs 'npm run watch', no JSON/CSS/... workers!)",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fout%2Flanguages%2Famd-tsc",
|
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fout%2Flanguages%2Famd-tsc",
|
||||||
|
|
@ -15,6 +15,17 @@
|
||||||
"order": 1
|
"order": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Monaco Editor Playground (Languages locally bundled, needs 'npm run build')",
|
||||||
|
"type": "chrome",
|
||||||
|
"request": "launch",
|
||||||
|
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fout%2Flanguages%2Fbundled%2Famd-dev%2Fvs",
|
||||||
|
"preLaunchTask": "Launch Http Server",
|
||||||
|
"presentation": {
|
||||||
|
"group": "monaco",
|
||||||
|
"order": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Website",
|
"name": "Website",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
import * as mode from './jsonMode';
|
import * as mode from './jsonMode';
|
||||||
import { Emitter, IEvent, languages, Uri } from 'monaco-editor-core';
|
import { Emitter, IEvent, languages, Uri } from '../../fillers/monaco-editor-core';
|
||||||
|
|
||||||
// ---- JSON service types ----
|
// ---- JSON service types ----
|
||||||
export interface BaseASTNode {
|
export interface BaseASTNode {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue