CoolFace
Apppublic

blacksquadece/Knowledge_graph_MachineLearning

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
launch.json32 linesDownload Raw Back to .vscode
1{2 3    // Use IntelliSense to learn about possible attributes.4 5    // Hover to view descriptions of existing attributes.6 7    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=8303878 9    "version": "0.2.0",10 11    "configurations": [12 13        {14 15            "name": "Python: Current File",16 17            "type": "python",18 19            "request": "launch",20 21            "program": "${file}",22 23            "console": "integratedTerminal",24 25            "justMyCode": false26 27        }28 29    ]30 31}32