-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from tmr232/vscode-layout
VSCode Getting Started Experience
- Loading branch information
Showing
5 changed files
with
82 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Development | ||
|
||
These are instructions for developing this project. | ||
For usage instructions, return to [the readme](../README.md). | ||
|
||
## Minimal Requirements | ||
|
||
- [Bun](https://bun.sh/) is required to develop the project. | ||
- [Bun for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=oven.bun-vscode) is needed for debugging in VS Code | ||
|
||
## Getting Started | ||
|
||
Clone the project and install dependencies. | ||
|
||
```bash | ||
git clone /~https://github.com/tmr232/function-graph-overview/ | ||
cd function-graph-overview | ||
bun install | ||
``` | ||
|
||
You can debug the extension via VS Code by pressing F5. | ||
|
||
To run the demo, run `bun demo`. | ||
|
||
## Adding Languages | ||
|
||
If you want to add support for more languages, read about [adding a language](./AddNewLanguage.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters