chore: move vscode local out of experiments (#5773)

We've been dogfooding the VS Code extension for a while,
and it seems stable enough that it's overall positive
to release!
This commit is contained in:
Kyle Carberry
2023-01-19 22:32:59 -06:00
committed by GitHub
parent b91b4533d8
commit 546a8931aa
10 changed files with 20 additions and 56 deletions

11
coderd/apidoc/docs.go generated
View File

@ -408,7 +408,7 @@ const docTemplate = `{
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/codersdk.Experiment"
"type": "string"
}
}
}
@ -6119,15 +6119,6 @@ const docTemplate = `{
}
}
},
"codersdk.Experiment": {
"type": "string",
"enum": [
"vscode_local"
],
"x-enum-varnames": [
"ExperimentVSCodeLocal"
]
},
"codersdk.Feature": {
"type": "object",
"properties": {