You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A VS Code extension created with [Reactive VS Code](https://kermanx.github.io/reactive-vscode/).
6
+
7
+
## Directory Structure
6
8
7
9
* \`package.json\` - this is the manifest file in which you declare your extension and command.
8
10
* \`src/extension.ts\` - this is the main file where you write your extension.
9
11
10
-
## Get up and running straight away
12
+
## Get started
11
13
12
-
* Run \`npm run dev\` in a terminal to compile the extension.
14
+
* Open this repository in VS Code.
15
+
* Run \`pnpm install\` to install the dependencies.
16
+
* Run \`pnpm dev\` to compile the extension and watch for changes.
13
17
* Press \`F5\` to open a new window with your extension loaded.
14
18
* Run your command from the command palette by pressing (\`Ctrl+Shift+P\` or \`Cmd+Shift+P\` on Mac) and typing \`Hello World\`.
15
19
* Set breakpoints in your code inside \`src/extension.ts\` to debug your extension.
@@ -23,7 +27,6 @@ An VS Code extension created with [Reactive VS Code](https://kermanx.github.io/r
23
27
## Go further
24
28
25
29
* [Follow UX guidelines](https://code.visualstudio.com/api/ux-guidelines/overview) to create extensions that seamlessly integrate with VS Code's native interface and patterns.
26
-
* Reduce the extension size and improve the startup time by [bundling your extension](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
27
-
* [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) on the VS Code extension marketplace.
28
-
* Automate builds by setting up [Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
30
+
* [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) on the VS Code extension marketplace.
31
+
* Automate builds by setting up [Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
0 commit comments