Skip to content

Commit 22edd3e

Browse files
committed
Push monaco.d.ts change
1 parent 22c1af5 commit 22edd3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/monaco.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ declare namespace monaco {
181181
good.scheme === 'file';
182182
good.path === '/coding/c#/project1';
183183
good.fragment === '';
184-
184+
185185
const bad = Uri.parse('file://' + '/coding/c#/project1');
186186
bad.scheme === 'file';
187187
bad.path === '/coding/c'; // path is now broken

0 commit comments

Comments
 (0)