forked from cardano-foundation/cardano-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
fd47afc
commit f9d7321
Showing
27 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,28 +1,33 @@ | ||
# cardano-dev-snippet | ||
# Cardano Devkit VSCode Extension | ||
|
||
## 🚧 Under Construction 🚧 | ||
|
||
## Introduction | ||
|
||
Snippets for Cardano Development | ||
VSCode extension for Cardano Development | ||
|
||
## Contribution | ||
|
||
Add or modify the JSON files in the `snippets` folder. The file name should be the language identifier. For example, `mesh-react-hooks.json` for hooks in `@meshsdk/react`. | ||
|
||
## Publishing the Extension | ||
|
||
Before publishing, make sure you have the Visual Studio Code Extension Manager installed: | ||
```bash | ||
|
||
```sh | ||
npm install -g @vscode/vsce | ||
``` | ||
|
||
To generate the `.vsix` file: | ||
```bash | ||
|
||
```sh | ||
vsce package | ||
``` | ||
* You can install the extension from the `.vsix` file to test it locally. | ||
|
||
- You can install the extension from the `.vsix` file to test it locally. | ||
|
||
To publish the extension to VS Code Marketplace: | ||
```bash | ||
|
||
```sh | ||
vsce publish | ||
``` | ||
``` |
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
snippet-extension/package.json → vscode-extension/package.json
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.