typespec-vscode 1.1.0-dev.5 → 1.1.0-dev.6
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 +1 -1
- package/package.json +1 -1
- package/typespec-vscode-1.0.0.vsix +0 -0
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ The extension provides the following commands:
|
|
|
84
84
|
| -------------------------------------------------- | ------------------------------------------------------------------- |
|
|
85
85
|
| `TypeSpec: Create TypeSpec Project` | Scaffold a new TypeSpec project. |
|
|
86
86
|
| `TypeSpec: Install TypeSpec Compiler/CLI globally` | Install the TypeSpec Compiler/CLI globally. |
|
|
87
|
-
| `TypeSpec:
|
|
87
|
+
| `TypeSpec: Emit from TypeSpec` | Compile and generate from TypeSpec files into the specified output. |
|
|
88
88
|
| `TypeSpec: Restart TypeSpec Server` | Restart the TypeSpec language server. |
|
|
89
89
|
| `TypeSpec: Show Output Channel` | Open the TypeSpec output channel to view logs. |
|
|
90
90
|
| `TypeSpec: Preview API Documentation` | Preview API documentation generated from TypeSpec in the workspace. |
|
package/package.json
CHANGED
|
Binary file
|