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.
1 parent bac3c2b commit 2c1a818Copy full SHA for 2c1a818
scripts/file-download.ts
@@ -23,7 +23,7 @@ export const downloadFile: DownloadFile = (url, outputPath, token?) => new Promi
23
const requestOptions = {
24
headers: {
25
Accept: 'application/octet-stream',
26
- 'User-Agent': 'Arm-Debug',
+ 'User-Agent': 'vscode-cmsis-debugger',
27
...(token ? { Authorization: `Bearer ${token}` } : {}),
28
},
29
};
0 commit comments