You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm switching to VSCode. I installed VScode today so it is 'out of the box' and I haven't done anything special to it. VS Code Version is 1.95.1 on Windows 11 Home V10.0.22631.
I installed the extension from the side bar. The only other extension I have downloaded is called 'PHP Intelephense'.
I noticed all the added specifications for the //TODOs that were added to the settings.json file. I left those at first and tried to add my own, but nothing hanged in my code file. I then deleted the installed code (the TODO stuff) and simplified it to a bare minimum. Still noting in my code changes.
The extension is not reporting any problems and I have restarted several times. Here is my settings.json file:
Hi, I'm switching to VSCode. I installed VScode today so it is 'out of the box' and I haven't done anything special to it. VS Code Version is 1.95.1 on Windows 11 Home V10.0.22631.
I installed the extension from the side bar. The only other extension I have downloaded is called 'PHP Intelephense'.
I noticed all the added specifications for the //TODOs that were added to the settings.json file. I left those at first and tried to add my own, but nothing hanged in my code file. I then deleted the installed code (the TODO stuff) and simplified it to a bare minimum. Still noting in my code changes.
The extension is not reporting any problems and I have restarted several times. Here is my settings.json file:
{
"workbench.colorTheme": "Visual Studio Light",
"editor.wordWrap": "on",
"editor.stickyScroll.enabled": false,
"workbench.editor.enablePreview": false,
"editor.minimap.showSlider": "always",
"files.autoSave": "afterDelay",
"breadcrumbs.enabled": false,
"highlight.regexes": {
"date": {"color": "red"}
}
}
Thank you for any advice.
The text was updated successfully, but these errors were encountered: