-
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.
Global cadl not required for cadl extensions
- Loading branch information
1 parent
2e8b5fa
commit 7a1995c
Showing
9 changed files
with
98 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@cadl-lang/compiler/global-cadl-not-req_2022-10-20-15-06.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@cadl-lang/compiler", | ||
"comment": "Added a new export to only import the module resolver", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@cadl-lang/compiler" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/cadl-vs/global-cadl-not-req_2022-10-20-15-06.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "cadl-vs", | ||
"comment": "Extension lookup for a local cadl compiler first instead of a global", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "cadl-vs" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/cadl-vscode/global-cadl-not-req_2022-10-20-15-06.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "cadl-vscode", | ||
"comment": "Extension lookup for a local cadl compiler first instead of a global", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "cadl-vscode" | ||
} |
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"cadl.cadl-server.path": "${workspaceFolder}/node_modules/@cadl-lang/compiler" | ||
// "cadl.cadl-server.path": "${workspaceFolder}/node_modules/@cadl-lang/compiler" | ||
} |
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 |
---|---|---|
|
@@ -13,3 +13,8 @@ namespace VersionedApi; | |
using Cadl.Http; | ||
|
||
op read(): Library.PetToy; | ||
|
||
|
||
model Broken { | ||
type: str | ||
} |