We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548b6fb commit e79ca99Copy full SHA for e79ca99
1 file changed
lib/vscode/src/vs/base/node/languagePacks.js
@@ -78,7 +78,6 @@
78
// Do nothing. If we can't read the file we have no
79
// language pack config.
80
}
81
-<<<<<<< HEAD
82
}, err => {
83
if (err.code === 'ENOENT') {
84
return undefined;
@@ -131,9 +130,6 @@
131
130
} catch (err) {
132
133
134
-=======
135
- return undefined;
136
->>>>>>> e8cd17a97d8c58fffcbac05394b3ee2b3c72d384
137
138
139
/**
0 commit comments