continue
continue copied to clipboard
他在延伸模組消失了
Type: Bug
I don't know how to set it, because I have missed the first time setting.... I reinstalled again and again, but he disappeared in the extension module...
Finally, i find it with ctrl+ l But i face a problem with the docs how to let codelama of lm studio To remember the code template To generate in vsc
Extension version: 0.8.27 VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z) OS version: Windows_NT x64 10.0.22631 Modes:
System Info
Item | Value |
---|---|
CPUs | 13th Gen Intel(R) Core(TM) i5-13600K (20 x 3494) |
GPU Status | 2d_canvas: enabled canvas_oop_rasterization: enabled_on direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_graphite: disabled_off video_decode: enabled video_encode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: enabled |
Load (avg) | undefined |
Memory (System) | 127.82GB (111.12GB free) |
Process Argv | --crash-reporter-id ab45a6f7-6056-441b-8550-776c60a7e7c6 |
Screen Reader | no |
VM | 0% |
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
tftest:31042121
vscoreces:30445986
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
pythongtdpath:30769146
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
01bff139:31013167
pythoncenvptcf:31043158
fchga941:31046352
dvdeprecation:31040881
dwnewjupytercf:31039676
If you mean that the sidebar disappeared, it may be on the right side of VS Code, and you can open it with ctrl
+L
.
To set up codellama with LM Studio, try editing your ~/.continue/config.json
like this:
{
"models": [
{
"title": "LM Studio",
"provider": "lmstudio",
"model": "codellama-7b"
}
]
}
https://docs.continue.dev/reference/Model%20Providers/lmstudio
Also, in case it is helpful, a contributor opened a PR for a zh-CN translation of the docs, we just haven't merged this yet: https://github.com/mayf09/continue/tree/update-docs/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current