Skip to content

Commit e79ca99

Browse files
committed
feat(lib/vscode): update src/vs/base/node/languagePacks.js
It looks like a couple functions were added here such as a readFile and writeFile.
1 parent 548b6fb commit e79ca99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/vscode/src/vs/base/node/languagePacks.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
// Do nothing. If we can't read the file we have no
7979
// language pack config.
8080
}
81-
<<<<<<< HEAD
8281
}, err => {
8382
if (err.code === 'ENOENT') {
8483
return undefined;
@@ -131,9 +130,6 @@
131130
} catch (err) {
132131
// Do nothing. If we can't read the file we have no
133132
// language pack config.
134-
=======
135-
return undefined;
136-
>>>>>>> e8cd17a97d8c58fffcbac05394b3ee2b3c72d384
137133
}
138134

139135
/**

0 commit comments

Comments
 (0)