typespec-vscode 0.68.0-dev.1 → 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 +5 -1
- package/package.json +1 -1
- package/typespec-vscode-0.67.1.vsix +0 -0
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
|
Binary file
|