We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36136fe commit 9dea2e7Copy full SHA for 9dea2e7
lib/vscode/src/vs/server/node/server.ts
@@ -1,5 +1,5 @@
1
import { field } from '@coder/logger';
2
-import { release } from "os"
+import { release } from 'os';
3
import * as fs from 'fs';
4
import * as net from 'net';
5
import * as path from 'path';
0 commit comments