VS Code

VS Code#

某些问题的解决方法#

  1. 鼠须管输入法输入中文

    ref: rime/squirrel#179

    添加自定义squirrel.custom.yaml

    # Squirrel settings
    # encoding: utf-8
    
    patch:
      app_options:
        com.microsoft.VSCode:
          ascii_mode: false
    
  2. python + pylance 某些符号不能识别

    ref: microsoft/pylance-release#78

    "python.analysis.extraPaths": [
        "vendor/django-allauth",
        "vendor/dj-rest-auth",
    ],