-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[typespec-vscode] Improvements for the intellisense of tspconfig.yaml (…
…#5186) Add a intellisense for the extends path in tspconfig.yaml Fixes:#4855 --------- Co-authored-by: Rodge Fu <fwj_ac@msn.com>
- Loading branch information
1 parent
dd65f86
commit 801dc0d
Showing
21 changed files
with
828 additions
and
68 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
...hanges/improvements-for-the-intellisense-of-tspconfig.yaml-2024-11-19-2-35-1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: feature | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Support the auto completion for extends, imports, rule, rule sets and variables in tspconfig.yaml |
9 changes: 9 additions & 0 deletions
9
...hanges/improvements-for-the-intellisense-of-tspconfig.yaml-2024-11-19-2-35-2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: fix | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Fix bug in tspconfig.yaml | ||
- Fix the issue that extra " will be added when auto completing emitter options inside "" |
8 changes: 8 additions & 0 deletions
8
...hanges/improvements-for-the-intellisense-of-tspconfig.yaml-2024-11-19-2-35-3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: feature | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Show required/optional information in the details of emitter's options completion item in tspconfig.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.