From 305bbae425a812efafcb156072545fb1610dd87b Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Mon, 2 Oct 2023 12:28:19 -0700 Subject: [PATCH] Changelog --- ...-lsp-not-reading-whole-config_2023-10-02-19-28.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/@typespec/compiler/fix-lsp-not-reading-whole-config_2023-10-02-19-28.json diff --git a/common/changes/@typespec/compiler/fix-lsp-not-reading-whole-config_2023-10-02-19-28.json b/common/changes/@typespec/compiler/fix-lsp-not-reading-whole-config_2023-10-02-19-28.json new file mode 100644 index 0000000000..cfa96b7692 --- /dev/null +++ b/common/changes/@typespec/compiler/fix-lsp-not-reading-whole-config_2023-10-02-19-28.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@typespec/compiler", + "comment": "Fix: Language Server wasn't loading the `tspconfig.yaml` correcty resulting in some options being dropped like the linter configuration.", + "type": "none" + } + ], + "packageName": "@typespec/compiler" +} \ No newline at end of file