forked from hugotvn/vscode-tamarin
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hugo
committed
Aug 2, 2024
1 parent
93bc433
commit cb13e29
Showing
12 changed files
with
2,852 additions
and
3,832 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contribute | ||
|
||
Contributions welcome ! | ||
|
||
How to start using the git repository: | ||
|
||
- Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder. | ||
- Open VS Code on this folder. | ||
- Press Ctrl+Shift+B and select `tsc watch`to start testing your code. | ||
- Then in the test window open a Tamarin document (.spthy) to see if it works. | ||
|
||
## General architecture | ||
|
||
This section is detailed in the `Contribute/readme_dev.md` file . | ||
|
||
## How to use tree-sitter with the extension | ||
|
||
This section is detailed in the `Contribute/README_TREE_SITTER.md` file . | ||
|
||
## How to publish a new release | ||
|
||
This section is detailed in the `Contribute/Readme_release.md` file . |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.