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
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2021-12-31 00:27:16 +0300
committerelfmz <fenix1905@tut.by>2021-12-31 02:27:02 +0300
commita14dc1a81c797928d4f1b7d6a6b46ecc63f98308 (patch)
treec27c61ac33582bc4d469c6608cd042add388f230 /python/configs
parentd5f1bf245e96834d44390d1723cfef3dfbb1fb02 (diff)
shuffle a bit far2l sources
Diffstat (limited to 'python/configs')
-rw-r--r--python/configs/plug/plugins/.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configs/plug/plugins/.vscode/c_cpp_properties.json b/python/configs/plug/plugins/.vscode/c_cpp_properties.json
index af61d39c..980a586b 100644
--- a/python/configs/plug/plugins/.vscode/c_cpp_properties.json
+++ b/python/configs/plug/plugins/.vscode/c_cpp_properties.json
@@ -5,7 +5,7 @@
"includePath": [
"${workspaceRoot}",
"${workspaceRoot}/far2l",
- "${workspaceRoot}/far2l/Include",
+ "${workspaceRoot}/far2l/fpsdk",
"${workspaceRoot}/WinPort",
"/usr/include"
],