-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* happy path working for dev mode * yooooo * remove dead code * fix typo * use command * some improvements * cleanupo * woohoo * fix style a bit * logging * better error handling * much nicer looking window * sooo nice * let's gooo * update * force pip install on linux * bump deps and fix pnpm ignore * forgot to update some code * remove node-pty * fix killing logic * replace python3.11 => python for windows * add ensurepath * return python version from command * dont reject on error right away * oops fix * try use poetry install script * try powershell * use py * write powershell * humm * try cmd * working Signed-off-by: Joey Yu <[email protected]> * use pip to install poetry * try spawn instead * windows moment * try execSync * should be good for win now * guard send to status bar code * guard more? * remove on close for now * should be good * bring pipx back * remove all listeners before quit Signed-off-by: Joey Yu <[email protected]> * add pipx bin path to env * format * no need to return anything from ensurepath fucntion * some type fixes --------- Signed-off-by: Joey Yu <[email protected]> Co-authored-by: JeffDotPng <[email protected]> Co-authored-by: docs-update[bot] <[email protected]>
- Loading branch information
1 parent
1bc4cd3
commit 695e14c
Showing
49 changed files
with
1,768 additions
and
1,106 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ __pycache__/ | |
*.py[cod] | ||
*$py.class | ||
|
||
.DS_Store |
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,5 +1,5 @@ | ||
singleQuote: true | ||
semi: false | ||
semi: true | ||
printWidth: 100 | ||
trailingComma: none | ||
plugins: | ||
|
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
Oops, something went wrong.