Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Nov 17, 2023
1 parent 6ef7ed3 commit 4a597c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"eslint.codeAction.showDocumentation": {
"enable": true
},
"[typescript]": {
"editor.defaultFormatter": null
},
"eslint.validate": [
"javascript",
"typescript"
Expand Down
4 changes: 1 addition & 3 deletions src/missing-services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1793,9 +1793,7 @@ registerSingleton(IWebviewViewService, class WebviewService implements IWebviewV

registerSingleton(ILocaleService, class LocaleService implements ILocaleService {
_serviceBrand: undefined
setLocale (_languagePackItem: ILanguagePackItem, _skipDialog?: boolean) {
return Promise.resolve()
}
setLocale = unsupported

clearLocalePreference () {
return Promise.resolve()
Expand Down
1 change: 0 additions & 1 deletion src/server/server-assets.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { registerAssets } from '../assets'

registerAssets({
'': new URL('.', import.meta.url).toString(),
'vs/code/browser/workbench/workbench.html': new URL('vs/code/browser/workbench/workbench.html', import.meta.url).toString(),
'bootstrap-fork': new URL('bootstrap-fork.js', import.meta.url).toString()
})

0 comments on commit 4a597c8

Please sign in to comment.