We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d0fae commit 3fe6787Copy full SHA for 3fe6787
.vscode/settings.json
@@ -222,5 +222,6 @@
222
"go.testFlags": ["-short", "-coverpkg=./..."],
223
// We often use a version of TypeScript that's ahead of the version shipped
224
// with VS Code.
225
- "typescript.tsdk": "./site/node_modules/typescript/lib"
+ "typescript.tsdk": "./site/node_modules/typescript/lib",
226
+ "codeQL.githubDatabase.download": "never"
227
}
coderd/workspaceapps/token_test.go
@@ -265,7 +265,7 @@ func Test_TokenMatchesRequest(t *testing.T) {
265
UsernameOrID: "foo",
266
WorkspaceNameOrID: "bar",
267
AgentNameOrID: "baz",
268
- AppSlugOrPort: "8080",
+ AppSlugOrPort: "8080s",
269
},
270
271
want: true,
0 commit comments