DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

how to set startupFolder #123

Open crowod opened 6 years ago

crowod commented 6 years ago

Environment data

VS Code version: 1.24.1 Jupyter Extension version: 1.1.4 OS and version: Windows 1803

How to set the startup directory to the directory where the file is located instead of the root directory I try to change config "jupyter.notebook.startupFolder": "${workspaceRoot}" ${workspaceRoot} to ${fileDirname},but it is invalid