Skip to content

Commit

Permalink
chore: rename directory
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Dec 9, 2024
1 parent fd47afc commit f9d7321
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 11 deletions.
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.
19 changes: 12 additions & 7 deletions snippet-extension/README.md → vscode-extension/README.md
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.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cardano-dev-snippet",
"displayName": "cardano-dev-snippet",
"description": "A snippet extension for cardano development",
"publisher": "cardano-dev-snippet",
"name": "cardano-devkit-vscode",
"displayName": "cardano-devkit-vscode",
"description": "A VSCode extension for cardano development",
"publisher": "cardano-devkit",
"version": "0.0.1",
"repository": {
"type": "git",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f9d7321

Please sign in to comment.