提交 f3d45264 编写于 作者: B Benjamin Pasero

web 💄

上级 05613d7a
......@@ -20,7 +20,7 @@ if (isWeb) {
// Running out of sources
if (Object.keys(product).length === 0) {
Object.assign(product, {
version: '1.47.0-dev',
version: '1.48.0-dev',
nameLong: 'Visual Studio Code Web Dev',
nameShort: 'VSCode Web Dev',
urlProtocol: 'code-oss'
......
......@@ -205,7 +205,6 @@ class BrowserMain extends Disposable {
}
private async registerFileSystemProviders(environmentService: IWorkbenchEnvironmentService, fileService: IFileService, remoteAgentService: IRemoteAgentService, logService: BufferLogService, logsPath: URI): Promise<void> {
const indexedDB = new IndexedDB();
// Logger
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册