alex1701c / krunner-vscodeprojects

Open VSCode Project Manager projects from Krunner
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Make the format string be `%APPNAME launch %PROJECT` like the default string in JetBrainsRunner #7

Closed sylvesterroos closed 2 years ago

sylvesterroos commented 2 years ago

Typing VSCode would show all the VSCode projects, just like it would show all the projects relevant to the specific JetBrains IDE. This way all the irrelevant information can be filtered out by KRunner.

WebStorm example: image

alex1701c commented 2 years ago

Hmm, I am not super sure about it. The Jetbrains runner has multiple programs that can have projects, where as this runner only has one.

The Kate Sessions runner (official one by KDE) only displays the session name.

My rationale behind not showing the app name is that the runner only supports one appy anyways and thus the relavent infomation (project name) can be displayed without too much noise. However I am not emotionally attached to the way it is currently done.

@ejnshtein @faguirre1 @dotiful What do you think about this?

alex1701c commented 2 years ago

Closing this due to inactivity