mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Use lowercase microsoft
This commit is contained in:
parent
567eb97c83
commit
5bed818ae0
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ if (isWeb || typeof require === 'undefined' || typeof require.__$__nodeRequire !
|
|||
applicationName: 'code-oss',
|
||||
dataFolderName: '.vscode-oss',
|
||||
urlProtocol: 'code-oss',
|
||||
reportIssueUrl: 'https://github.com/Microsoft/vscode/issues/new',
|
||||
reportIssueUrl: 'https://github.com/microsoft/vscode/issues/new',
|
||||
licenseName: 'MIT',
|
||||
licenseUrl: 'https://github.com/Microsoft/vscode/blob/master/LICENSE.txt',
|
||||
licenseUrl: 'https://github.com/microsoft/vscode/blob/master/LICENSE.txt',
|
||||
extensionAllowedProposedApi: [
|
||||
'ms-vscode.vscode-js-profile-flame',
|
||||
'ms-vscode.vscode-js-profile-table',
|
||||
|
|
Loading…
Reference in a new issue