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 22<h1 align =" center " >vscode-react-native-directory</h1 >
33
44<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.
77</p >
88
99<p align =" center " >
@@ -26,15 +26,15 @@ and perform actions related to the chosen package inside build-in editor Command
2626
27271 . Make sure you have [ Bun] ( https://bun.sh/docs/installation ) installed.
28281 . 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+
3131 ``` sh
3232 bun install && bun compile && bun package
3333 ```
34341 . In VS Code:
3535 * Navigate to the ** "Extensions"** pane (<kbd >Ctrl/Cmd+Shift+X</kbd >).
3636 * 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.
3838
3939## 📝 Contributing
4040
You can’t perform that action at this time.
0 commit comments