-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
47bc496
commit 2cf72c1
Showing
30 changed files
with
13 additions
and
1,371 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
[uv][1] is a Python package and project manager. | ||
|
||
RyeCharm provides uv integrations via two main functionalities: | ||
[generating new projects][2] and [managing packages][3]. | ||
|
||
|
||
[1]: https://docs.astral.sh/uv | ||
[2]: generating.md | ||
[3]: managing.md |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
package insyncwithfoo.ryecharm | ||
|
||
import com.intellij.openapi.projectRoots.Sdk | ||
import insyncwithfoo.ryecharm.uv.sdk.UVSDKAdditionalData | ||
import java.nio.file.Path | ||
|
||
|
||
internal val Sdk.path: Path? | ||
get() = homePath?.toPathOrNull() | ||
|
||
|
||
internal val Sdk.isUV: Boolean | ||
get() = sdkAdditionalData is UVSDKAdditionalData |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 0 additions & 105 deletions
105
src/main/kotlin/insyncwithfoo/ryecharm/uv/generator/GenerateProjectCallback.kt
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/kotlin/insyncwithfoo/ryecharm/uv/generator/UVNewProjectSettings.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.