• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • .vscode
  • settings.json
  • remove vue server uri matched
    91f2aeff
    by 陈峰
    2017-12-29 11:53:04 +0800  
    Browse Files
settings.json 217 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
// 将设置放入此文件中以覆盖默认值和用户设置。
{
    "files.exclude": {
        "public/dist/": true,
        "logs/": true
    },
    "vetur.grammar.customBlocks": {
        "client": "js"
    }
}