Skip to content

Commit c1e4b74

Browse files
committed
Merge remote-tracking branch 'upstream/master' into titlebar
2 parents 91ac8c8 + 9624859 commit c1e4b74

File tree

3,179 files changed

+71200
-44772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,179 files changed

+71200
-44772
lines changed

.github/calendar.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@
1010
'2018-03-15 12:00, US/Pacific': 'release', # 1.21.1
1111
'2018-03-20 12:00, US/Pacific': 'development',
1212
'2018-03-26 18:00, US/Pacific': 'endgame',
13-
}
13+
'2018-04-06 18:00, US/Pacific': 'release', # 1.22.1
14+
'2018-04-11 18:00, US/Pacific': 'development',
15+
'2018-04-12 12:00, US/Pacific': 'release', # 1.22.2
16+
'2018-04-17 12:00, US/Pacific': 'development',
17+
'2018-04-23 18:00, US/Pacific': 'endgame',
18+
'2018-05-03 12:00, US/Pacific': 'release', # 1.23.0
19+
'2018-05-08 12:00, US/Pacific': 'development',
20+
}

.github/classifier.yml

+22-18
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
error-list: [],
3636
extensions: [],
3737
file-encoding: {
38-
assignees: [ bpasero ],
38+
assignees: [],
3939
assignLabel: false
4040
},
4141
file-io: {
42-
assignees: [ bpasero ],
42+
assignees: [],
4343
assignLabel: false
4444
},
4545
file-watcher: {
46-
assignees: [ bpasero ],
46+
assignees: [],
4747
assignLabel: false
4848
},
4949
file-explorer: {
@@ -65,7 +65,7 @@
6565
markdown: [ mjbvz ],
6666
merge-conflict: [ chrmarti ],
6767
multi-root: {
68-
assignees: [ bpasero ],
68+
assignees: [],
6969
assignLabel: false
7070
},
7171
perf-profile: [],
@@ -86,59 +86,63 @@
8686
themes: [],
8787
typescript: [ mjbvz ],
8888
workbench: {
89-
assignees: [ bpasero ],
89+
assignees: [],
90+
assignLabel: false
91+
},
92+
workbench-diagnostics: {
93+
assignees: [],
9094
assignLabel: false
9195
},
9296
workbench-dnd: {
93-
assignees: [ bpasero ],
97+
assignees: [],
9498
assignLabel: false
9599
},
96100
workbench-editors: {
97-
assignees: [ bpasero ],
101+
assignees: [],
98102
assignLabel: false
99103
},
100104
workbench-electron: {
101-
assignees: [ bpasero ],
105+
assignees: [],
102106
assignLabel: false
103107
},
104108
workbench-feedback: {
105-
assignees: [ bpasero ],
109+
assignees: [],
106110
assignLabel: false
107111
},
108112
workbench-history: {
109-
assignees: [ bpasero ],
113+
assignees: [],
110114
assignLabel: false
111115
},
112116
workbench-layout: {
113-
assignees: [ bpasero ],
117+
assignees: [],
114118
assignLabel: false
115119
},
116120
workbench-menu: {
117-
assignees: [ bpasero ],
121+
assignees: [],
118122
assignLabel: false
119123
},
120124
workbench-notifications: {
121-
assignees: [ bpasero ],
125+
assignees: [],
122126
assignLabel: false
123127
},
124128
workbench-state: {
125-
assignees: [ bpasero ],
129+
assignees: [],
126130
assignLabel: false
127131
},
128132
workbench-status: {
129-
assignees: [ bpasero ],
133+
assignees: [],
130134
assignLabel: false
131135
},
132136
workbench-tabs: {
133-
assignees: [ bpasero ],
137+
assignees: [],
134138
assignLabel: false
135139
},
136140
workbench-title: {
137-
assignees: [ bpasero ],
141+
assignees: [],
138142
assignLabel: false
139143
},
140144
workbench-touchbar: {
141-
assignees: [ bpasero ],
145+
assignees: [],
142146
assignLabel: false
143147
},
144148
workbench-welcome: [ chrmarti ]

.github/issue_template.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<!-- Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/vscode. -->
1+
<!--
2+
Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/vscode.
3+
4+
For bug reports, please fill in the details below. For feature requests, please describe the desired feature.
5+
-->
26

37
<!-- Use Help > Report Issue to prefill these. -->
48
- VSCode Version:

.travis.yml

-67
This file was deleted.

.vscode/extensions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"eg2.tslint",
66
"dbaeumer.vscode-eslint",
77
"msjsdiag.debugger-for-chrome"
88
]
9-
}
9+
}

.vscode/launch.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
{
163163
"type": "extensionHost",
164164
"request": "launch",
165-
"name": "VS Code Markdown Extension Tests",
165+
"name": "Markdown Extension Tests",
166166
"runtimeExecutable": "${execPath}",
167167
"args": [
168168
"${workspaceFolder}/extensions/markdown-language-features/test-fixtures",
@@ -173,6 +173,20 @@
173173
"${workspaceFolder}/extensions/markdown-language-features/out/**/*.js"
174174
]
175175
},
176+
{
177+
"type": "extensionHost",
178+
"request": "launch",
179+
"name": "TypeScript Extension Tests",
180+
"runtimeExecutable": "${execPath}",
181+
"args": [
182+
"${workspaceFolder}/extensions/typescript-language-features/test-fixtures",
183+
"--extensionDevelopmentPath=${workspaceFolder}/extensions/typescript-language-features",
184+
"--extensionTestsPath=${workspaceFolder}/extensions/typescript-language-features/out/test"
185+
],
186+
"outFiles": [
187+
"${workspaceFolder}/extensions/typescript-language-features/out/**/*.js"
188+
]
189+
},
176190
{
177191
"type": "node",
178192
"request": "launch",

.yarnrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "1.7.13"
2+
target "1.7.12"
33
runtime "electron"

0 commit comments

Comments
 (0)