This is the README for the extension "quick-run-panel".
This extension adds a VSCODE quick run panel to the explorer pane listing VSCode tasks and debug configurations from the sources listed in the extension settings.
You run a task by clicking on it
There are three settings properties that define the sources for the content of the quick run panel.
QuickRunPanel.includeTasks: This boolean determines whether vscode task objects are shown in the quick run panelQuickRunPanel.includeDebugConfigs: This boolean determines whether workspace debug configurations are shown in the quick run panelQuickRunPanel.taskSources: This list of strings determines which task sources are included in the includeTasks option is true
Valid source values include:
- "workspace"
- "npm"
The defaults values are:
QuickRunPanel.includeTasks: trueQuickRunPanel.includeDebugConfigs: trueQuickRunPanel.taskSources:['workspace']
Fix git hub link