File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66[ Serverkit] ( https://github.com/serverkit/serverkit ) plug-in for [ VSCode] ( https://code.visualstudio.com/ ) .
77
8- ## Install
8+ ## Installation
99
1010``` rb
1111# Gemfile
1212gem " serverkit-vscode"
1313```
1414
15+ ## Usage
16+
17+ ### Prerequisites
18+
19+ - Ensure you have [ serverkit] ( https://github.com/serverkit/serverkit ) gem installed
20+ - Ensure you have [ VSCode CLI] ( https://code.visualstudio.com/docs/configure/command-line ) installed on your system
21+
22+ ### Basic Example
23+
24+ Create a recipe file that uses the vscode resources:
25+
26+ ``` yaml
27+ # recipe.yml
28+ resources :
29+ # Install GitHub Copilot extension
30+ - type : vscode_package
31+ name : github.copilot
32+ ` ` `
33+
34+ Then apply your recipe with Serverkit:
35+
36+ ` ` ` console
37+ $ serverkit apply recipe.yml
38+ ```
39+
1540## Resource
1641
1742### vscode_package
You can’t perform that action at this time.
0 commit comments