mirror of https://git.tuxpa.in/a/code-server.git
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.
This commit is contained in:
parent
548b6fb628
commit
e79ca99466
|
@ -78,7 +78,6 @@
|
||||||
// Do nothing. If we can't read the file we have no
|
// Do nothing. If we can't read the file we have no
|
||||||
// language pack config.
|
// language pack config.
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
}, err => {
|
}, err => {
|
||||||
if (err.code === 'ENOENT') {
|
if (err.code === 'ENOENT') {
|
||||||
return undefined;
|
return undefined;
|
||||||
|
@ -131,9 +130,6 @@
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// Do nothing. If we can't read the file we have no
|
// Do nothing. If we can't read the file we have no
|
||||||
// language pack config.
|
// language pack config.
|
||||||
=======
|
|
||||||
return undefined;
|
|
||||||
>>>>>>> e8cd17a97d8c58fffcbac05394b3ee2b3c72d384
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue