We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1db33 commit 2ee3a5bCopy full SHA for 2ee3a5b
.vscode/launch.json
@@ -0,0 +1,18 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "AiShell Debug",
9
+ "type": "python",
10
+ "request": "launch",
11
+ "module": "aishell",
12
+ "justMyCode": true,
13
+ "args": [
14
+ "print helloworld"
15
+ ]
16
+ }
17
18
+}
0 commit comments