Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorm32 <grzegorz.makarewicz@gmail.com>2021-04-08 02:07:40 +0300
committerm32 <grzegorz.makarewicz@gmail.com>2021-04-08 02:07:40 +0300
commitec4db09fbf58c04e49590ebfdd62fd0ea323842c (patch)
tree60e7727e83f0dc77ee6625a21c387ca7751d64e4 /python
parent2d805b20d52694cb639dd1f33a04da2b7b39976e (diff)
proper paths
Diffstat (limited to 'python')
-rw-r--r--python/configs/plug/far2l/.vscode/settings.json16
1 files changed, 2 insertions, 14 deletions
diff --git a/python/configs/plug/far2l/.vscode/settings.json b/python/configs/plug/far2l/.vscode/settings.json
index 9eb6c7cd..56182bb5 100644
--- a/python/configs/plug/far2l/.vscode/settings.json
+++ b/python/configs/plug/far2l/.vscode/settings.json
@@ -1,18 +1,6 @@
{
- "actionButtons": {
- "reloadButton": null,
- "loadNpmCommands": false,
- "commands": [
- {
- "name": "Run Cargo",
- "singleInstance": true,
- "color": "#af565c",
- "command": "cargo run ${file}",
- },
- ]
- },
- "python.pythonPath": "/devel/bin/farg/Plugins/python/plug/python/bin/python",
+ "python.pythonPath": "${workspaceRoot}/../python/plug/python/bin/python",
"python.analysis.extraPaths": [
- "/devel/bin/farg/Plugins/python/plug",
+ "~.config/far2l/plugins/python",
]
} \ No newline at end of file