Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug & vscode fold codes & es6 template string #8

Open
xgqfrms opened this issue Jun 22, 2018 · 6 comments
Open

bug & vscode fold codes & es6 template string #8

xgqfrms opened this issue Jun 22, 2018 · 6 comments

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Jun 22, 2018

bug & vscode fold codes & es6 template string

bug

image

microsoft/vscode#47667

not work at all?

image

microsoft/TypeScript#23382

microsoft/vscode#5961


https://code.visualstudio.com/docs/languages/html

https://code.visualstudio.com/docs/languages/javascript

@xgqfrms xgqfrms changed the title bug & vscode fold codes es6 template string bug & vscode fold codes & es6 template string Jun 22, 2018
Repository owner locked and limited conversation to collaborators Jun 22, 2018
@xyzdata
Copy link
Collaborator

xyzdata commented Aug 29, 2018

// 将设置放入此文件中以覆盖默认设置
{
    "files.exclude": {
        "**/.git": true,
        "**/.DS_Store": true,
        "**/jspm_packages": true,
        "**/node_modules": true,
        "**/.zip": true,
        "**/.sh": true
    },
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true
    },
    "files.watcherExclude": {
        "**/.git/objects/**": true,
        "**/.git/subtree-cache/**": true,
        "**/node_modules/*/**": true
    },
    "editor.formatOnSave": false,
    "editor.formatOnPaste": false,
    "editor.renderWhitespace": "all",
    "editor.fontSize": 16,
    "editor.tabSize": 4,
    "editor.multiCursorModifier": "alt",
    "editor.wordWrap": "on",
    "editor.insertSpaces": true,
    "files.encoding": "utf8",
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "[typescript]": {
        "editor.formatOnSave": false,
        "editor.formatOnPaste": false
    },
    "[javascript]": {
        "editor.formatOnSave": false,
        "editor.formatOnPaste": false,
        "editor.renderWhitespace": "all",
        "editor.foldingStrategy": "indentation"
        // "editor.foldingStrategy": "auto"
    },
    "[markdown]": {
        "editor.formatOnSave": true,
        "editor.renderWhitespace": "all",
        "editor.acceptSuggestionOnEnter": "off"
    },
    "[html]": {
        "editor.formatOnSave": false,
        "editor.formatOnPaste": false,
        "editor.renderWhitespace": "all",
        "editor.acceptSuggestionOnEnter": "off"
    },
    "files.associations": {
        "*.jsx": "javascriptreact",
        "*.js": "javascriptreact"
    },
    "editor.snippetSuggestions": "top",
    // When enabled, typing /** triggers documentation automatically.
    "docthis.automaticForBlockComments": true,
    // When enabled, type information is added to comment tags.
    "docthis.includeTypes": true,
    // When enabled, memberOf information is added to comment tags on class members.
    "docthis.includeMemberOfOnClassMembers": true,
    // When enabled, memberOf information is added to comment tags on interface members.
    "docthis.includeMemberOfOnInterfaceMembers": true,
    // When enabled, JSDoc comments for functions and methods will include @description.
    "docthis.includeDescriptionTag": true,
    // When enabled, hungarian notation will be used as a type hint.
    "docthis.enableHungarianNotationEvaluation": true,
    // When enabled, will use names of params & methods as type hints.
    "docthis.inferTypesFromNames": true,
    // When enabled, will add the @author tag.
    "docthis.includeAuthorTag": true,
    // When docthis.includeAuthorTag is enabled, will add @author tag with this value.
    "docthis.authorName": "xgqfrms",
    // HTML & overwrite User settings.json
    "html.format.extraLiners": "",
    "html.format.enable": false,
    "html.format.contentUnformatted": "body, div, section, script, pre,code,textarea",

}

@xyzdata
Copy link
Collaborator

xyzdata commented Aug 29, 2018

microsoft/vscode#47667

@xyzdata
Copy link
Collaborator

xyzdata commented Aug 29, 2018

@xyzdata
Copy link
Collaborator

xyzdata commented Aug 29, 2018

microsoft/vscode#57124

@xyzdata
Copy link
Collaborator

xyzdata commented Aug 29, 2018

OK

javascriptreact

    "[javascript]": {
        "editor.formatOnSave": false,
        "editor.formatOnPaste": false,
        "editor.renderWhitespace": "all",
        "editor.foldingStrategy": "indentation",
        // "editor.foldingStrategy": "auto"
        "editor.getOutliningSpans": ""
    },
    "[javascriptreact]": {
        "editor.formatOnSave": false,
        "editor.formatOnPaste": false,
        "editor.renderWhitespace": "all",
        "editor.foldingStrategy": "indentation"
    },

@xgqfrms
Copy link
Owner Author

xgqfrms commented Sep 1, 2018

terminal & mac

???

https://code.visualstudio.com/docs/setup/mac

https://code.visualstudio.com/docs/getstarted/settings#_settings-and-security

Here is the list of settings not supported in workspace settings:


git.path
terminal.integrated.shell.linux
terminal.integrated.shellArgs.linux
terminal.integrated.shell.osx
terminal.integrated.shellArgs.osx
terminal.integrated.shell.windows
terminal.integrated.shellArgs.windows
terminal.external.windowsExec
terminal.external.osxExec
terminal.external.linuxExec

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants