mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 * fix config changes * fix strictnull checks
18 lines
440 B
JSON
18 lines
440 B
JSON
{
|
|
"name": "monaco-editor-core",
|
|
"private": true,
|
|
"version": "0.18.0",
|
|
"description": "A browser based code editor",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"typings": "./esm/vs/editor/editor.api.d.ts",
|
|
"module": "./esm/vs/editor/editor.main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode/issues"
|
|
}
|
|
}
|