Skip to content

Commit

Permalink
cleaned vscode workspace files
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Dec 4, 2024
1 parent 069277a commit 74d86d7
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 127 deletions.
82 changes: 75 additions & 7 deletions .vscode/Native.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,47 @@
{
"name": "ZMS5",
"path": "../"
}
},
// {
// "name": "ZMS4",
// "path": "../../ZMS4"
// },
// {
// "name": "ZMS3",
// "path": "../../ZMS3"
// },
// {
// "name": "Zope 5",
// "path": "/home/zope/src/zopefoundation/Zope"
// },
// {
// "name": "ZMS5 Dev Instance",
// "path": "/home/zope/instance/zms5_dev"
// },
// {
// "name": "OpenSearchServer",
// "path": "/home/zope/src/sntl-projects/opensearch_demo"
// },
// {
// "name": "Zope-WebDAV Access",
// "uri": "webdav://admin:admin@localhost:8091/"
// },
// {
// "path": "../../../../vpy38/lib/python3.8/site-packages/pydoctor"
// }
],

"settings": {
"python.defaultInterpreterPath": "~/vpy38/bin/python",
"python.defaultInterpreterPath": "~/vpy313/bin/python",
"window.zoomLevel": 0,
"git.ignoreMissingGitWarning": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": false,
"workbench.iconTheme": "vs-minimal",
"workbench.colorTheme": "Visual Studio Light",
"files.eol": "\n",
"files.autoSave": "afterDelay",
"files.associations": {
"*.zpt": "html",
"*.zcml": "xml"
Expand All @@ -33,10 +64,47 @@
"**/Data.*": true,
"**/docker/**/var/*": true
},
"files.eol": "\n",
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Visual Studio Light",
"python.linting.enabled": true
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
],
},
"remoteAuthority": "wsl+Ubuntu"

"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "ZMS5-DEV",
"type": "debugpy",
"request": "launch",
"program": "~/vpy313/bin/runwsgi",
"justMyCode": false,
"console": "integratedTerminal",
"args": [
"--debug",
"--verbose",
"~/instance/zms5_dev/etc/zope.ini",
"debug-mode=on"
],
"env": {
"PYTHONUNBUFFERED": "1",
"CONFIG_FILE": "~/instance/zms5_dev/etc/zope.ini",
"INSTANCE_HOME": "~/instance/zms5_dev",
"CLIENT_HOME": "~/instance/zms5_dev",
"PYTHON": "~/vpy313/bin/python",
"SOFTWARE_HOME": "~/vpy313/bin/"
},
"serverReadyAction": {
"pattern": "Serving on http://127.0.0.1:8081",
"uriFormat": "http://127.0.0.1:8081/manage_main",
"action": "openExternally"
}
}
]
}
}
70 changes: 0 additions & 70 deletions .vscode/ZMS5.code-workspace

This file was deleted.

38 changes: 0 additions & 38 deletions .vscode/launch.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 74d86d7

Please sign in to comment.