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: integration/vscode/ada/package.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,13 @@
401
401
"scope": "resource",
402
402
"type": "boolean",
403
403
"default": false,
404
-
"description": "Enable editing Ada comments while executing `textDocument/rename` reques."
404
+
"description": "Enable editing Ada comments while executing `textDocument/rename` request."
405
+
},
406
+
"ada.onTypeFormatting.indentOnly": {
407
+
"scope": "resource",
408
+
"type": "boolean",
409
+
"default": true,
410
+
"description": "Controls if the `textDocument/onTypeFormatting` request only indents a new line, or if it additionally tries to format the previous node."
0 commit comments