1
Fork 0
mirror of https://github.com/j1g5awi/krunner-vscode.git synced 2025-04-28 20:13:20 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Jake Howard
03efa27327
Run VSCode in shell mode to ensure paths are expanded correctly. ()
This could have been done manually, but relying on the shell should cover more edge cases
2023-08-29 08:49:32 +08:00
Jake Howard
ea2aba100f
Use subprocess to run VSCode ()
This removes the risk of any shell injection from `os.system`.
2023-08-07 12:13:40 +08:00
Jigsaw
e2cbbcd1f4
Merge pull request from RealOrangeOne/fix-paths-list
Actually return paths list
2023-05-08 16:37:11 +08:00
Jake Howard
bfbb4e94b6
Actually return paths list 2023-05-07 17:38:10 +01:00
Jigsaw
a51c71d209
Merge pull request from RealOrangeOne/feature/support-alternative-vscode-installs
Support alternative VSCode installs
2023-04-29 22:18:14 +08:00
5165de0380
Support alternative VSCode installs
Namely VSCode official and VSCodium
2023-04-29 12:24:19 +01:00
jigsaw
3d95df51d3 fix: only search name 2022-04-09 23:42:40 +08:00
jigsaw
123344a875 🐛 ignore case when querying 2022-04-02 20:02:32 +08:00
jigsaw
7c6bc0c063 Get path list each time 2022-03-28 16:36:38 +08:00
jigsaw
2b5926ee04 🐛 fix .service 2022-03-26 14:46:04 +08:00
Jigsaw
deacdc1f3a
✏️ Fix typo 2022-03-25 20:10:19 +08:00
Jigsaw
0e4f54ead5
📄 Add LICENSE 2022-03-25 20:09:31 +08:00
jigsaw
8af7461417 🎉 Initial commit 2022-03-25 20:04:29 +08:00