zoukankan      html  css  js  c++  java
  • vscode 配置保存

      

    {
    "editor.fontSize": 20,
    "php.validate.enable": false,
    "php.validate.executablePath": "/usr/local/php7/bin/php",
    "php.executablePath": "/usr/local/php7/bin/php",
    "vsicons.projectDetection.autoReload": true,
    "workbench.iconTheme": "vscode-icons",
    //"vsicons.icons": "http://github.com/robertohuertasm/vscode-icons/blob/master/icons.zip?raw=true"

    "go.lintOnSave": false,

    "go.formatTool": "gofmt",
    "files.autoSave": "off",
     
    "vsicons.dontShowNewVersionMessage": true,
    "team.showWelcomeMessage": false,
    "workbench.startupEditor": "newUntitledFile",
    "workbench.panel.location": "bottom",
    "window.zoomLevel": 0,
    "[php]": {
     
    },
    "workbench.colorTheme": "3024Day",
    "terminal.integrated.shell.linux": "/usr/bin/zsh",
    "terminal.integrated.fontSize": 18,
    "terminal.integrated.enableBold":false,
    "terminal.integrated.lineHeight": 0.1,
    "go.gopath": "${workspaceRoot}:${workspaceRoot}/vendor"
    }
  • 相关阅读:
    C#线程使用学习
    C# 线程
    C# Lambda表达式与Linq
    C#聚合运算方法
    责任链模式
    代理模式
    享元模式
    门面模式(外观模式)
    桥梁模式
    设计模式-创建型、结构型、行为型之间的区别
  • 原文地址:https://www.cnblogs.com/a-flydog/p/8032509.html
Copyright © 2011-2022 走看看