You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vscode-cashscript provides tools that make it easier for developers to write smart contracts with [cashscript](cashscript.org).
3
+
Vscode-cashscript provides tools that make it easier for developers to write smart contracts with [cashscript](https://cashscript.org/).
4
4
5
5

6
6
@@ -12,62 +12,27 @@ Vscode-cashscript provides tools that make it easier for developers to write sma
12
12
- Linting
13
13
- Contract Compilation
14
14
15
-
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
15
+
## Instructions
16
16
17
-
For example if there is an image subfolder under your extension project workspace:
18
-
19
-
\!\[feature X\]\(images/feature-x.png\)
20
-
21
-
> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
22
-
23
-
## Requirements
24
-
25
-
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
17
+
Press **F5** or click the "**Compile Contract**" button in the top right. A json file containing the contract artifiact will be created in the same directory with the same name.
26
18
27
19
## Extension Settings
28
20
29
-
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
30
-
31
-
For example:
32
-
33
-
This extension contributes the following settings:
34
-
35
-
*`myExtension.enable`: enable/disable this extension
36
-
*`myExtension.thing`: set to `blah` to do something
21
+
None available yet.
37
22
38
23
## Known Issues
39
24
40
25
Calling out known issues can help limit users opening duplicate issues against your extension.
41
26
42
27
## Release Notes
43
28
44
-
Users appreciate release notes as you update your extension.
29
+
Check the [changelog](/CHANGELOG.md) for past releases. Latest stable version:
0 commit comments