File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<h1 align =" center " >vscode-react-native-directory</h1 >
3
3
4
4
<p align =" center " >
5
- A VS Code extension allowing to browse through <a href =" https://reactnative.directory/ " >React Native Directory</a ><br />
6
- and perform actions related to the chosen package inside build -in editor Command Palette.
5
+ A VS Code extension that allows browsing through the <a href =" https://reactnative.directory/ " >React Native Directory</a ><br />
6
+ and performing actions related to the chosen package inside the built -in editor Command Palette.
7
7
</p >
8
8
9
9
<p align =" center " >
@@ -26,15 +26,15 @@ and perform actions related to the chosen package inside build-in editor Command
26
26
27
27
1 . Make sure you have [ Bun] ( https://bun.sh/docs/installation ) installed.
28
28
1 . Checkout the repository locally.
29
- 1 . Run the following commands to install dependencies, compile source and prepare extension package file:
30
-
29
+ 1 . Run the following commands to install dependencies, compile the source, and prepare the extension package file:
30
+
31
31
``` sh
32
32
bun install && bun compile && bun package
33
33
```
34
34
1 . In VS Code:
35
35
* Navigate to the ** "Extensions"** pane (<kbd >Ctrl/Cmd+Shift+X</kbd >).
36
36
* Click ** "More"** button (three dots in the right corner of header) and select ** "Install from VSIX"** .
37
- * Select VSIX file which has been created in third step inside the checkout root directory.
37
+ * Select the VSIX file that was created in third step inside the checkout root directory.
38
38
39
39
## 📝 Contributing
40
40
You can’t perform that action at this time.
0 commit comments