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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,3 +3,6 @@ __pycache__
|
||||
*.so
|
||||
|
||||
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">
|
||||
<option name="names">
|
||||
<map>
|
||||
<entry key="configurationFile" value="true" />
|
||||
<entry key="diagnosticMode" value="true" />
|
||||
<entry key="inlayHintsGenericTypes" 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="inlayHintsGenericTypes" value="true" />
|
||||
<option name="prefixTooltipMessages" value="true" />
|
||||
<option name="smartExecutableResolution" value="true" />
|
||||
<option name="smartLanguageServerExecutableResolution" value="true" />
|
||||
<option name="useEditorFontForTooltips" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -86,11 +86,7 @@
|
||||
] ++ buildInputs ++ nativeBuildInputs;
|
||||
|
||||
# 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";
|
||||
|
||||
# exports basedpyright path so tools can discover it
|
||||
BASEDPYRIGHT_BIN_PATH = "${pkgs.basedpyright}/bin/";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user