Jim LoVerde
Results
2
comments of
Jim LoVerde
It might also be nice, albeit probably a separate feature request to allow the defaultHeaders to be specified based on the HTTP method. E.g. to specify application/json for POSTs. Something...
Looks like VSCode does support changing the config via the API: https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.d.ts#L3946 I guess the other option for storing as "transient" is to store it in ExtensionContext.workspaceState: https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.d.ts#L4510