Skip to content

Commit fed3717

Browse files
Remove build from source instructions from VSCode README.md
1 parent ae80a9e commit fed3717

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/VSCode/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ You can install this extension in several ways:
1919
- Select "Install from VSIX..."
2020
- Locate and select the downloaded `.vsix` file
2121

22-
3. **Build from Source**:
23-
24-
```powershell
25-
git clone https://github.com/christianhelle/apiclientcodegen.git
26-
cd apiclientcodegen
27-
./src/build-vscode.ps1
28-
```
29-
30-
Then install the generated `.vsix` file using the method above.
31-
3222
## Features
3323

3424
This extension adds a context menu item **REST API Client Code Generator** when right-clicking on JSON or YAML files in the VS Code explorer. The context menu provides the following code generation options:

0 commit comments

Comments
 (0)