Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaseKnowlden <knowlden887@gmail.com>2020-09-16 02:13:49 +0300
committerMartin Aeschlimann <martinae@microsoft.com>2020-09-17 12:43:03 +0300
commite8760a5d6c0e09ab692e5b3e414eca018745490f (patch)
tree9a38cea27b4f16c739e4bb8a8f1c9432d3fef870 /scripts
parent66c63c5d703cfc9163a604b0da70b3745f3278d1 (diff)
Fix capitalization of GitHub org
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-definitelytyped.sh6
-rw-r--r--scripts/test.bat2
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/generate-definitelytyped.sh b/scripts/generate-definitelytyped.sh
index 82de9124a07..c3de7a8576c 100755
--- a/scripts/generate-definitelytyped.sh
+++ b/scripts/generate-definitelytyped.sh
@@ -8,13 +8,13 @@ fi
header="// Type definitions for Visual Studio Code ${1}
// Project: https://github.com/microsoft/vscode
-// Definitions by: Visual Studio Code Team, Microsoft <https://github.com/Microsoft>
+// Definitions by: Visual Studio Code Team, Microsoft <https://github.com/microsoft>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
- * See https://github.com/Microsoft/vscode/blob/master/LICENSE.txt for license information.
+ * See https://github.com/microsoft/vscode/blob/master/LICENSE.txt for license information.
*--------------------------------------------------------------------------------------------*/
/**
@@ -28,4 +28,4 @@ if [ -f ./src/vs/vscode.d.ts ]; then
echo "Generated index.d.ts for version ${1}."
else
echo "Can't find ./src/vs/vscode.d.ts. Run this script at vscode root."
-fi \ No newline at end of file
+fi
diff --git a/scripts/test.bat b/scripts/test.bat
index 089973f9e38..b37aa32e0ad 100644
--- a/scripts/test.bat
+++ b/scripts/test.bat
@@ -24,7 +24,7 @@ popd
endlocal
:: app.exit(0) is exiting with code 255 in Electron 1.7.4.
-:: See https://github.com/Microsoft/vscode/issues/28582
+:: See https://github.com/microsoft/vscode/issues/28582
echo errorlevel: %errorlevel%
if %errorlevel% == 255 set errorlevel=0