We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auto
1 parent c89968c commit a90f05fCopy full SHA for a90f05f
src/misc.js
@@ -202,7 +202,7 @@ export function getErrorReportUrl(title, description) {
202
}
203
204
return `https://github.com/platformio/platformio-${process.env.PLATFORMIO_CALLER || 'vscode'}-ide/issues/new?${qs.stringify(
205
- { title, body: description })}`;
+ { title, body: description, labels: 'auto' })}`;
206
207
208
export function isPIOProject(dir) {
0 commit comments