Horje
vscode python workding directory Code Example
vscode python workding directory
{
    "version": "0.2.0",
    "configurations": [
    {
            "name": "Python: Current File (Integrated Terminal)",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "cwd": "${fileDirname}"
    }, 

    // my launch.json file was auto-generated by VS Code
    // in the directory of my current "Open Project". 
    // I just edited the file manually to add "cwd": "${fileDirname}"
}




Python

Related
math plotlib 2 y axes Code Example math plotlib 2 y axes Code Example
tar unpack to folder Code Example tar unpack to folder Code Example
full_like numpy Code Example full_like numpy Code Example
delete history django simple Code Example delete history django simple Code Example
change period to timestamp python Code Example change period to timestamp python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7