mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-14 03:04:26 +00:00
Initial commit from pymetrius template
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "serena Project",
|
||||
"dockerFile": "../Dockerfile",
|
||||
"workspaceFolder": "/workspaces/serena",
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash",
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
},
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-toolsai.jupyter",
|
||||
"ms-python.vscode-pylance"
|
||||
],
|
||||
"forwardPorts": [],
|
||||
"remoteUser": "root",
|
||||
}
|
||||
Reference in New Issue
Block a user