mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Made basedpyright work with Jetbrains environment
Co-authored-by: Gelu Vrabie <gelu@exolabs.net> Co-authored-by: Seth Howes <sethshowes@gmail.com> Co-authored-by: Matt Beton <matthew.beton@gmail.com>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,4 +2,7 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
hosts_*.json
|
hosts_*.json
|
||||||
|
|
||||||
|
# hide direnv stuff
|
||||||
|
/.direnv
|
||||||
1
.idea/pyright-overrides.xml
generated
1
.idea/pyright-overrides.xml
generated
@@ -3,6 +3,7 @@
|
|||||||
<component name="com.insyncwithfoo.pyright.configurations.Override">
|
<component name="com.insyncwithfoo.pyright.configurations.Override">
|
||||||
<option name="names">
|
<option name="names">
|
||||||
<map>
|
<map>
|
||||||
|
<entry key="configurationFile" value="true" />
|
||||||
<entry key="diagnosticMode" value="true" />
|
<entry key="diagnosticMode" value="true" />
|
||||||
<entry key="inlayHintsGenericTypes" value="true" />
|
<entry key="inlayHintsGenericTypes" value="true" />
|
||||||
<entry key="prefixTooltipMessages" value="true" />
|
<entry key="prefixTooltipMessages" value="true" />
|
||||||
|
|||||||
2
.idea/pyright.xml
generated
2
.idea/pyright.xml
generated
@@ -4,8 +4,6 @@
|
|||||||
<option name="diagnosticMode" value="WORKSPACE" />
|
<option name="diagnosticMode" value="WORKSPACE" />
|
||||||
<option name="inlayHintsGenericTypes" value="true" />
|
<option name="inlayHintsGenericTypes" value="true" />
|
||||||
<option name="prefixTooltipMessages" value="true" />
|
<option name="prefixTooltipMessages" value="true" />
|
||||||
<option name="smartExecutableResolution" value="true" />
|
|
||||||
<option name="smartLanguageServerExecutableResolution" value="true" />
|
|
||||||
<option name="useEditorFontForTooltips" value="true" />
|
<option name="useEditorFontForTooltips" value="true" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -86,11 +86,7 @@
|
|||||||
] ++ buildInputs ++ nativeBuildInputs;
|
] ++ buildInputs ++ nativeBuildInputs;
|
||||||
|
|
||||||
# fixes libstdc++.so issues and libgl.so issues
|
# fixes libstdc++.so issues and libgl.so issues
|
||||||
# LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH";
|
|
||||||
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
|
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
|
||||||
|
|
||||||
# exports basedpyright path so tools can discover it
|
|
||||||
BASEDPYRIGHT_BIN_PATH = "${pkgs.basedpyright}/bin/";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user