typespec-vscode 0.68.0-dev.0 → 0.68.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ TypeSpec will interpolate a few variables using this pattern `${<name>}`. For ex
|
|
|
73
73
|
|
|
74
74
|
Available variables:
|
|
75
75
|
|
|
76
|
-
- `workspaceFolder`:
|
|
76
|
+
- `workspaceFolder`: Correspond to the root of your Visual Studio workspace.
|
|
77
77
|
|
|
78
78
|
### `typespec.tsp-server.path`: Configure the server path
|
|
79
79
|
|
|
@@ -85,3 +85,7 @@ This setting provides the ability to configure where the tsp compiler is located
|
|
|
85
85
|
"typespec.tsp-server.path": "${workspaceFolder}/my-nested-project/node_modules/@typespec/compiler"
|
|
86
86
|
}
|
|
87
87
|
```
|
|
88
|
+
|
|
89
|
+
### Telemetry
|
|
90
|
+
|
|
91
|
+
The TypeSpec Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://privacy.microsoft.com/privacystatement) to learn more. This extension respects the `telemetry.telemetryLevel` setting which you can find more information in the [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "0.68.0-dev.
|
|
3
|
+
"version": "0.68.0-dev.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -249,8 +249,8 @@
|
|
|
249
249
|
"@types/semver": "^7.5.8",
|
|
250
250
|
"@types/vscode": "~1.97.0",
|
|
251
251
|
"@types/which": "^3.0.4",
|
|
252
|
-
"@typespec/compiler": "^0.67.
|
|
253
|
-
"@typespec/internal-build-utils": "^0.67.
|
|
252
|
+
"@typespec/compiler": "^0.67.1 || >=0.68.0-dev <0.68.0",
|
|
253
|
+
"@typespec/internal-build-utils": "^0.67.1 || >=0.68.0-dev <0.68.0",
|
|
254
254
|
"@vitest/coverage-v8": "^3.0.7",
|
|
255
255
|
"@vitest/ui": "^3.0.7",
|
|
256
256
|
"@vscode/extension-telemetry": "^0.6.2",
|
|
index 9ec36a6..443de68 100644
|
|
|
Binary file
|