ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
我的配置: ``` { "python.pythonPath": "D:\\cygwin64\\bin\\python3.8.exe", "explorer.confirmDelete": false, "terminal.integrated.shell.windows": "D:\\cygwin64\\bin\\fish.exe", "files.autoSave": "onFocusChange", "files.autoGuessEncoding": true, "editor.mouseWheelZoom": true, "files.associations": { }, "markdown-image.coding.path": "./image", "qiniu.localPath": "${Root}/image", "files.exclude": { "**/.*": true }, "arduino.commandPath": "D:\\yhpsoft\\arduino\\arduino-1.8.1", "workbench.colorTheme": "Solarized Dark", "workbench.editorAssociations": [ { "viewType": "jupyter.notebook.ipynb", "filenamePattern": "*.ipynb" } ], "arduino.path": "D:\\yhpsoft\\arduino\\arduino-1.8.1", "arduino.additionalUrls": [ "http://arduino.esp8266.com/stable/package_esp8226com_index.json", "https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json", "http://arduino.esp8266.com/stable/package_esp8266com_index.json" ], "C_Cpp.intelliSenseEngineFallback": "Disabled", "C_Cpp.intelliSenseEngine": "Tag Parser" } ```