From 5df7f1477e9491a3743c0dac71862a6f7dbab9a7 Mon Sep 17 00:00:00 2001
From: Kirigaya <1193466151@qq.com>
Date: Wed, 16 Aug 2023 01:32:37 +0800
Subject: [PATCH] #fix issue 8
---
.vscodeignore | 2 --
README.md | 44 ++++++++++++++++++++++++++------------------
2 files changed, 26 insertions(+), 20 deletions(-)
diff --git a/.vscodeignore b/.vscodeignore
index 252fec8..503c866 100644
--- a/.vscodeignore
+++ b/.vscodeignore
@@ -14,6 +14,4 @@ resources/**/*.js
resources/**/*.d.ts
resources/**/*.wasm
vsixmake.js
-CHANGELOG.md
-README.md
tsconfig.json
\ No newline at end of file
diff --git a/README.md b/README.md
index 59fb4cc..6e67ab3 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,36 @@
-# Digital-IDE
+# Digital IDE - version 0.3.0

+
+
+
+
+
+
+
+
+
+> 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
-python script/command/make_title_token.py
-```
-
-
-translate title token:
-
-```bash
-python script/command/translate_from_en.py
-```
\ No newline at end of file
+* [VHDL](https://github.com/puorc/awesome-vhdl)
+* [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)
\ No newline at end of file