A VSCode extension for integrating Back4App functionalities.
- Basic "Hello World" command to ensure the extension is working.
- List all repositories of the authenticated GitHub user.
- Clone the repository:
git clone https://github.com/aliasfoxkde/back4app_vscode_integration.git
- Navigate to the project directory:
cd back4app_vscode_integration
- Install the dependencies:
npm install
- Open the project in VSCode.
- Press
F5
to open a new VSCode window with the extension loaded.
-
Hello World Command:
- Open the command palette (
Ctrl+Shift+P
orCmd+Shift+P
on Mac). - Type
Hello World
and select the "Hello World" command.
- Open the command palette (
-
List Repositories Command:
- Open the command palette (
Ctrl+Shift+P
orCmd+Shift+P
on Mac). - Type
List Repositories
and select the "List Repositories" command.
- Open the command palette (
-
Interact with the Agent:
- Open the command palette (
Ctrl+Shift+P
orCmd+Shift+P
on Mac). - Type
Interact with Agent
and select the "Interact with Agent" command. - Provide input to interact with the agent and receive a response.
- Open the command palette (
To build the extension, run:
npm run compile
To watch for changes and automatically rebuild, run:
npm run watch
To run the tests, run:
npm test
To lint the code, run:
npm run lint
See release notes