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 692f9c0 commit c16ca0eCopy full SHA for c16ca0e
src/model.ts
@@ -647,7 +647,7 @@ export class GitExtension implements IGitExtension {
647
async ensureGitignore(): Promise<void> {
648
const path = await this._getPathRepository();
649
650
- await requestAPI(URLExt.join(path, 'ignore'), 'POST');
+ await requestAPI(URLExt.join(path, 'ignore'), 'POST', {});
651
this._openGitignore();
652
await this.refreshStatus();
653
}
0 commit comments