vscode设置特定扩展名文件的打开编码格式

{ "git.openRepositoryInParentFolders": "never", "Codegeex.Privacy": true, "EIDE.ARM.INI.Path": "d:\\Keil_v5\\UV4\\UV4.exe", "terminal.integrated.scrollback": 3000, "workbench.editorAssociations": { "*.c": "default" }, "Codegeex.Comment.LanguagePreference": "中文", "files.associations": { "*.v": "verilog", "*.c": "c", "*.h": "c" }, "[c]": { "files.encoding": "gb2312" //设置verilog文件编码 }, "[verilog]": { "files.encoding": "gb2312" //设置verilog文件编码 }, "Codegeex.Local": { "apiURL": "", "useChatGLM": true, "chatGLM": { "apiKey": "", "model": "" }, "chat": { "useDefaultSystemPrompt": true, "systemPrompt": "", "temperature": 0.2, "top_p": 0.95, "max_tokens": 1024, "presence_penalty": 1 }, "completions": { "useDefaultSystemPrompt": true, "systemPrompt": "", "temperature": 0.2, "top_p": 0.95, "max_tokens": 64, "presence_penalty": 1 } }, "editor.fontFamily": "宋体,Consolas, 'Courier New', monospace", "editor.inlayHints.fontFamily": "宋体", "Codegeex.License": "" }
上一篇:大数据Lambda 架构和Kappa 架构的优缺点和使用场景


下一篇:springboot第76集:线程,ThreadGroup