Wenyong Huang d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
..
.vscode d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
resource d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
src d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
.eslintrc.json d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
.gitignore d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
.prettierrc.json d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
.vscodeignore d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
README.md d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
package.json d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu
tsconfig.json d925369a1f Implement WAMR-IDE with vscode extension (#943) 4 lat temu

README.md

Introduction

An integrated development environment for WASM.

How to debug this extension

Note that please build lldb firstly follow this instruction if you want to enable source debugging feature of this extension

1. open VSCode_Extension directory with the vscode

File -> Open Folder -> select `VSCode_Extension`

2. run npm install in terminal to install necessary dependencies.

3. click F5 or ctrl+shift+D switch to Run and Debug panel and click Run Extension to boot.

Code Format

prettier is recommended and .prettierrc.json has been provided in workspace. More details and usage guidance please refer prettier