junstyle / vscode-django-support

django formatter, highlight...
https://marketplace.visualstudio.com/items?itemName=junstyle.vscode-django-support
Apache License 2.0
4 stars 0 forks source link

I am getting a "the extension host has terminated unexpectedly message" #12

Open ehudmi opened 11 months ago

ehudmi commented 11 months ago

I installed the extension and it's not working

here is my settings file: { "git.enableSmartCommit": true, "git.confirmSync": false, "window.zoomLevel": 2, "[python]": {

    "editor.formatOnType": true,
    "editor.defaultFormatter": "ms-python.black-formatter"
},
"editor.linkedEditing": true,
"[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.userWords": ["Ehud", "endfor", "Miron"],
"prettier.useTabs": true,
"editor.formatOnSave": true,
"[css]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.postCommitCommand": "sync",
"npm.keybindingsChangedWarningShown": true,
"[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"githubPullRequests.queries": [
    {
        "label": "Waiting For My Review",
        "query": "is:open review-requested:${user}"
    },
    {
        "label": "Assigned To Me",
        "query": "is:open assignee:${user}"
    },
    {
        "label": "Created By Me",
        "query": "is:open author:${user}"
    }
],
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.automationProfile.windows": {},
"workbench.colorTheme": "Default Dark+",
"[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
},
"css.lint.unknownAtRules": "ignore",
"jupyter.interactiveWindow.creationMode": "perFile",
"emmet.includeLanguages": {
    "django-html": "html"
},
"[django-html]": {
        "editor.quickSuggestions": {
        "other": true,
        "comments": true,
        "strings": true
    },
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "junstyle.vscode-django-support"
},
"cSpell.enableFiletypes": ["django-html"],
"files.associations": {
    "**/views/**/*.html": "django-html",
    "*.tpl": "django-html",
    "*.html": "django-html"
},
"html.format.templating": true

}

junstyle commented 11 months ago

which version of vscode do you install? disable some other extensions and test again. it's ok on my windows pc

ehudmi commented 11 months ago

Hi…Thanks for the rapid response – I am using:

Version: 1.82.2 (system setup)

Commit: abd2f3db4bdb28f9e95536dfa84d8479f1eb312d

Date: 2023-09-14T05:55:25.390Z

Electron: 25.8.1

ElectronBuildId: 23779380

Chromium: 114.0.5735.289

Node.js: 18.15.0

V8: 11.4.183.29-electron.0

OS: Windows_NT x64 10.0.19045

I also attached my extension json file

I would appreciate your help as I am very frustrated by Django template formatting…

Thanks,

Ehud

From: junstyle @.> Sent: יום ד 20 ספטמבר 2023 10:12 To: junstyle/vscode-django-support @.> Cc: ehud miron @.>; Author @.> Subject: Re: [junstyle/vscode-django-support] I am getting a "the extension host has terminated unexpectedly message" (Issue #12)

which version of vscode do you install? disable some other extensions and test again. it's ok on my windows pc

— Reply to this email directly, view it on GitHub https://github.com/junstyle/vscode-django-support/issues/12#issuecomment-1727102571 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWGYLSJ7JWO7JNLII3GZEDX3KJLLANCNFSM6AAAAAA47MVPRY . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AJWGYLQLMDJM2QC6MVSTVUDX3KJLLA5CNFSM6AAAAAA47MVPR2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTG6F7GW.gif Message ID: @. @.> >

junstyle commented 11 months ago

post your console logs.

help -> toggle developer tools

or you can find some useful infos from it