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
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1476,9 +1476,19 @@
1476
1476
"default": false
1477
1477
},
1478
1478
"objectscript.autoAdjustName": {
1479
-
"markdownDescription": "Automatically modify the class name or ROUTINE header of a file in a client-side workspace folder to match the file's path when copying or moving a file. Uses the `#objectscript.export#` settings to determine the new name.",
1480
-
"type": "boolean",
1481
-
"default": false
1479
+
"markdownDescription": "Automatically modify the class name or ROUTINE header of a file in a client-side workspace folder to match the file's path when: (Uses the `#objectscript.export#` settings to determine the new name.)",
1480
+
"type": "string",
1481
+
"enum": [
1482
+
"Never",
1483
+
"Create",
1484
+
"Create, Copy and Move"
1485
+
],
1486
+
"enumDescriptions": [
1487
+
"Do not automatically adjust the name.",
1488
+
"Create a matching class name / ROUTINE header when the file is first created.",
1489
+
"Create or update an existing class name / ROUTINE header when the file is created, copied or moved."
1490
+
],
1491
+
"default": "Create"
1482
1492
},
1483
1493
"objectscript.compileOnSave": {
1484
1494
"description": "Automatically compile an InterSystems file when saved in the editor.",
0 commit comments