#fix issue 8

This commit is contained in:
锦恢 2023-08-16 01:32:37 +08:00
parent c86d6e57db
commit 5df7f1477e
2 changed files with 26 additions and 20 deletions

View File

@ -14,6 +14,4 @@ resources/**/*.js
resources/**/*.d.ts resources/**/*.d.ts
resources/**/*.wasm resources/**/*.wasm
vsixmake.js vsixmake.js
CHANGELOG.md
README.md
tsconfig.json tsconfig.json

View File

@ -1,28 +1,36 @@
# Digital-IDE # Digital IDE - version 0.3.0
![](https://img.shields.io/badge/version-0.3.0-blue) ![](https://img.shields.io/badge/version-0.3.0-blue)
![](https://img.shields.io/badge/engine-wasm-blue)
![](https://img.shields.io/badge/Verilog-support-green)
![](https://img.shields.io/badge/VHDL-building-black)
![](https://img.shields.io/badge/SystemVerilog-building-black)
<center>
<img src="./images/DIDE.png">
</center>
> ASIC & FPGA develop Platform on VS code (IDE for development of verilog, vhdl and system verilog)
- If you have any questions, please post them under [issues](https://github.com/Bestduan/Digital-IDE/issues).
- If you like it, please [star](https://github.com/Bestduan/Digital-IDE).
[English](https://bestduan.github.io/Digital-IDE-doc/#/)
--- [中文教程](https://digital-eda.github.io/DIDE-doc-Cn/#/)
## Developer You are free to use it. Finally, if you like this extension and have some great idea, please connact with me. I am look foward to your joining.
make pakage: - Email: sterben.661214@gmail.com.
- QQ群: 932987873
```bash --------------------------------------------------------------------------------------------
python script/command/make_package.py
```
make package.json command title token: ## Thanks
```bash * [VHDL](https://github.com/puorc/awesome-vhdl)
python script/command/make_title_token.py * [TerosHDL](https://github.com/TerosTechnology/vscode-terosHDL)
``` * [TCL Language Support](https://github.com/go2sh/tcl-language-support)
* [Verilog HDL/SystemVerilog](https://github.com/mshr-h/vscode-verilog-hdl-support)
* [SystemVerilog - Language Support](https://github.com/eirikpre/VSCode-SystemVerilog)
translate title token:
```bash
python script/command/translate_from_en.py
```