You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -1449,11 +1449,6 @@
1449
1449
"default": false,
1450
1450
"description": "Controls whether synching a file to the server in a client-side workspace folder will always overwrite the server version, even if it changed since it was last accessed."
1451
1451
},
1452
-
"objectscript.autoPreviewXML": {
1453
-
"type": "boolean",
1454
-
"default": false,
1455
-
"description": "Automatically preview XML export files in UDL format."
1456
-
},
1457
1452
"objectscript.format": {
1458
1453
"type": "object",
1459
1454
"description": "Formatting settings.",
@@ -1478,16 +1473,6 @@
1478
1473
}
1479
1474
}
1480
1475
},
1481
-
"objectscript.suppressCompileMessages": {
1482
-
"default": true,
1483
-
"type": "boolean",
1484
-
"description": "Suppress popup messages about successful compile."
1485
-
},
1486
-
"objectscript.suppressCompileErrorMessages": {
1487
-
"default": false,
1488
-
"type": "boolean",
1489
-
"description": "Suppress popup messages about errors during compile, but still focus on Output view."
1490
-
},
1491
1476
"objectscript.debug.debugThisMethod": {
1492
1477
"type": "boolean",
1493
1478
"default": true,
@@ -1498,11 +1483,6 @@
1498
1483
"default": true,
1499
1484
"markdownDescription": "Show inline `Copy Invocation` CodeLens action for ClassMethods and Routine Labels."
1500
1485
},
1501
-
"objectscript.autoShowTerminal": {
1502
-
"description": "Automatically show terminal when connected to docker-compose.",
1503
-
"type": "boolean",
1504
-
"default": false
1505
-
},
1506
1486
"objectscript.compileOnSave": {
1507
1487
"description": "Automatically compile an InterSystems file when saved in the editor.",
1508
1488
"type": "boolean",
@@ -1519,11 +1499,6 @@
1519
1499
"type": "boolean",
1520
1500
"default": false
1521
1501
},
1522
-
"objectscript.explorer.alwaysShowServerCopy": {
1523
-
"description": "Always show the server copy of a document opened from the InterSystems Explorer.",
1524
-
"type": "boolean",
1525
-
"default": true
1526
-
},
1527
1502
"objectscript.projects.webAppFileExtensions": {
1528
1503
"markdownDescription": "When browsing a virtual workspace folder that has a project query parameter, all files with these extensions will be automatically treated as web application files. Extensions added here will be appended to the default list and should **NOT** include a dot. See the [Settings Reference documentation page](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_settings#GVSCO_settings_objectscript) for a list of extensions included by default.",
1529
1504
"type": "array",
@@ -1534,16 +1509,6 @@
1534
1509
"pattern": "^[^.]+$"
1535
1510
}
1536
1511
},
1537
-
"objectscript.showGeneratedFileDecorations": {
1538
-
"description": "Controls whether a badge is shown in the file explorer and open editors view for generated files.",
0 commit comments