Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 18 Jul 2024 22:08:46 +0200] rev 81079
lsp: improved completions;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 17 Jul 2024 21:03:56 +0200] rev 81078
vscode: removed unused code;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 17 Jul 2024 21:02:30 +0200] rev 81077
vscode: removed README because its content is outdated;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 17 Jul 2024 20:56:27 +0200] rev 81076
vscode: disabled whitespace rendering by default because the whitespace symbol is not monospace;
Thomas Lindae <thomas.lindae@in.tum.de> [Tue, 09 Jul 2024 16:47:48 +0200] rev 81075
lsp: added symbol conversion request;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 05 Jul 2024 21:40:39 +0200] rev 81074
vscode: changed how options are inserted into package.json so that one can still call `npm install` without errors;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 05 Jul 2024 13:30:07 +0200] rev 81073
vscode: removed unused import;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 05 Jul 2024 13:16:47 +0200] rev 81072
vscode: changed vscode_unicode_symbols_edits option default to true;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 05 Jul 2024 13:15:50 +0200] rev 81071
vscode: made uri equality check on actual strings, not on the functions;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 05 Jul 2024 13:15:05 +0200] rev 81070
vscode: switched document_decoration map to use strings as keys instead of Uris, because Uri equality check is inconsistent;
disabled decoration requests as decoration caching is already done on client-side;
Thomas Lindae <thomas.lindae@in.tum.de> [Mon, 01 Jul 2024 04:34:04 +0200] rev 81069
lsp: added rudimentary indenting to code actions;
Thomas Lindae <thomas.lindae@in.tum.de> [Mon, 01 Jul 2024 18:53:27 +0200] rev 81068
vscode: adjusted setting description;