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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -584,6 +584,12 @@
584
584
"default": false,
585
585
"markdownDescription": "Enable the knowledge-base *tools* in the MCP server in addition to the knowledge-base *resources*. The two tools tlaplus_mcp_knowledge_list and tlaplus_mcp_knowledge_get allow you to search and read TLA+ knowledge-base articles as MCP tools. Restart VSCode to apply the changes. You’ll rarely need to enable this option, since both VSCode and Cursor already support MCP resources."
586
586
},
587
+
"tlaplus.unicode.autocomplete": {
588
+
"type": "boolean",
589
+
"scope": "window",
590
+
"default": false,
591
+
"markdownDescription": "Enable Unicode autocomplete in the editor. Requires reload to update."
0 commit comments