Add app name to the getting started page query string

This commit is contained in:
Sofian Hnaide
2016-01-22 11:01:54 -08:00
parent 7734f4a889
commit bb6e460fcd
3 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"nameLong": "Code [OSS Build]",
"win32MutexName": "vscodeoss",
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
"darwinBundleIdentifier": "com.visualstudio.code.oss"
"darwinBundleIdentifier": "com.visualstudio.code.oss",
"welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048"
}