We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1015892 + a03da07 commit 2927d5fCopy full SHA for 2927d5f
.vscodeignore
@@ -4,12 +4,11 @@
4
.python-version
5
.gitignore
6
.vscode/**
7
-node_modules/**
8
-src/**
9
.space
10
package.lock.json
11
tsconfig.json
12
webpack.config.js
+eslint.config.js
13
**/*.vsix
14
.git/**
15
.github/**
README.md
@@ -44,7 +44,6 @@ Coming Soon...
44
45
- Visual Studio Code 1.98.0 or higher
46
- Python 3.8+
47
-- [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
48
- Backtest libraries (Choose)
49
50
```bash
0 commit comments