测试1

Posted ak-b

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了测试1相关的知识,希望对你有一定的参考价值。

{
    "workbench.iconTheme": "vscode-great-icons",
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.hover.enabled": false,
    "editor.minimap.showSlider": "always",
    "editor.renderLineHighlight": "gutter",
    "editor.showFoldingControls": "always",
    "emmet.triggerExpansionOnTab": true,
    "explorer.confirmDelete": false,
    "workbench.colorCustomizations": {
        "editorLineNumber.foreground": "#93979E"
    },
    "files.associations": {
        "*.wxml":"html",
        "*.wxss":"css",
        "*.art":"html"
    },
    "beautify.language": {
        "js": {
            "type": [
                "javascript",
                "json",
                "jsonc",
                "jsx"
            ],
            "filename": [
                ".jshintrc",
                ".jsbeautifyrc"
            ]
        },
        "css": [
            "css",
            "scss",
            "less"
        ],
        "html": [
            "htm",
            "html",
            "wxml"
        ]
    },
    "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
    "git.enableSmartCommit": true,
    "workbench.colorTheme": "One Monokai",
    "explorer.confirmDragAndDrop": false,
    "less.compile": {
        "out":true
    },
    "git.confirmSync": false,
    "files.autoSave": "onFocusChange",
    "autoprefixer.formatOnSave": true
}

以上是关于测试1的主要内容,如果未能解决你的问题,请参考以下文章

typescript Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming/angular-2/

如何在片段着色器中进行自定义模板测试

typescript Angular最终版本的Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming

typescript Angular最终版本的Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming

typescript Angular最终版本的Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming

运行/调试你的PHP代码