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
<aaria-label="Install from VS Code Marketplace"href="https://marketplace.visualstudio.com/items?itemName=react-native-directory.vscode-react-native-directory"target="_blank">
12
+
<img alt="Install from VS Code Marketplace" src="https://img.shields.io/badge/vscode-marketplace-25292E?style=flat-square&label=%20&logoColor=BCC3CD&labelColor=49505A&logo=Visual%20Studio" />
13
+
</a>
14
+
<aaria-label="Install from Open VSX"href="https://open-vsx.org/extension/react-native-directory/vscode-react-native-directory"target="_blank">
15
+
<img alt="Install from Open VSX" src="https://img.shields.io/badge/vscode-open%20vsx-25292E?style=flat-square&label=%20&logoColor=BCC3CD&labelColor=49505A&logo=Eclipse%20IDE" />
16
+
</a>
17
+
</p>
18
+
4
19
<palign="center">
5
20
A VS Code extension that allows browsing through the <ahref="https://reactnative.directory/">React Native Directory</a><br/>
6
21
and performing actions related to the chosen package inside the built-in editor Command Palette.
@@ -21,20 +36,17 @@ and performing actions related to the chosen package inside the built-in editor
21
36
22
37
## 📦 Installation
23
38
24
-
> [!tip]
25
-
> The extension is currently in the development phase, only manual build and installation is supported at this time.
26
-
27
-
1. Make sure you have [Bun](https://bun.sh/docs/installation) installed.
28
-
1. Checkout the repository locally.
29
-
1. Run the following commands to install dependencies, compile the source, and prepare the extension package file:
39
+
#### VS Marketplace
40
+
1. Go to [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=react-native-directory.vscode-react-native-directory).
41
+
1. Click on the **"Install"** button.
30
42
31
-
```sh
32
-
bun install && bun compile && bun package
33
-
```
43
+
#### Open VSX Registry
44
+
1. Go to [Open VSX Registry](https://open-vsx.org/extension/react-native-directory/vscode-react-native-directory).
45
+
1. Click on the **"Download"** button
34
46
1. In VS Code:
35
47
* Navigate to the **"Extensions"** pane (<kbd>Ctrl/Cmd+Shift+X</kbd>).
36
48
* Click **"More"** button (three dots in the right corner of header) and select **"Install from VSIX"**.
37
-
* Select the VSIX file that was created in third step inside the checkout root directory.
49
+
* Select the VSIX file downloaded earlier in the process.
0 commit comments