VS Code in the browser
17 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | install.sh | 481 | esac |
| LOW | test/unit/node/proxy.test.ts | 281 | codeServer = await integration.setup(["--auth=password", "--skip-auth-preflight"]) |
| LOW | test/utils/cssStub.ts | 1 | // Note: this is needed for the register.test.ts |
| LOW | test/e2e/logout.test.ts | 1 | // NOTE@jsjoeio commenting out until we can figure out what's wrong |
| LOW | ci/helm-chart/Chart.yaml | 1 | apiVersion: v2 |
| LOW | ci/helm-chart/values.yaml | 61 | |
| LOW | ci/helm-chart/values.yaml | 141 | # hostPath: /data |
| LOW | ci/helm-chart/values.yaml | 161 | |
| LOW | ci/helm-chart/values.yaml | 181 | # - dockerd |
| LOW | ci/helm-chart/values.yaml | 201 | # volumeMounts: |
| LOW | ci/helm-chart/values.yaml | 221 | |
| LOW | ci/dev/gen_icons.sh | 1 | #!/bin/sh |
| LOW | .github/semantic.yaml | 1 | ############################################################################### |
| LOW | .github/semantic.yaml | 21 | # cs: changes to code specific to code-server. |
| LOW | src/node/http.ts | 301 | */ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/utils/helpers.ts | 116 | export async function getMaybeProxiedCodeServer(codeServer: CodeServerPage | CodeServer): Promise<string> { |
| LOW | src/node/vscodeSocket.ts | 35 | export async function makeEditorSessionManagerServer( |