Visual Studio Code Factory Reset - visual-studio-code

I keep getting a error when I debug and run my HTML doc. I don't know how to fix it, so I just want to factory reset everything and start over fresh. Apparently uninstalling and reinstalling doesn't help as I tried...and am still getting the same issue.
This is the error I'm getting:
crbug/1173575, non-JS module files deprecated.
chromewebdata/(index)꞉6545:22:6770
I have no idea how to fix this or even what the direct issue is. I've looked online and tried the 'clear out the launch.json', but that didn't work. I have an HTML assignment due in 3 days. I hope someone out there can help me or give me a good HTML program recommendation.

Related

SignatureIntegrityCheckFailed error when downloading VS Code extensions

I just formatted my computer and installed VS Code, but when I went to download some extension, an error appeared and asked to check the "log", and then an error appeared in the console.
image of the error that appears in the console
I tried searching the program files but found nothing.
2023-02-08 19:01:39.542 [error] SignatureIntegrityCheckFailed:
Signature: SignatureIntegrityCheckFailed
at yt.download (vscode-file://vscode-app/c:/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:62:17985)
at async $.h (vscode-file://vscode-app/c:/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:90:171351)
Just a workaround. There is an issue raised but long inactive issue
Try this, this worked for me after all the other struggle with this bug.
"Programs\Microsoft VS Code\Code.exe" --ignore-certificate-errors
The security part of this is that, your trust store or at least the one VS code is using is not able to verify the authenticity. So be mindful of the risk involved.
So basically, we are working around this.

Crystal Reports - crdb_adoplus.pdb not loaded

My windows form application in Visual Studio 2019 compiles without any errors in the IDE; however when the program runs in the IDE and encounters any crystal reports call it crashes with the error:- crdb_adoplus.pdb not loaded.
I have looked at the solutions on Google and here none could resolve this error.
I am hoping someone here may have a solution.
I have the same error but, this is just a problem with error reporting. Look a little closing and you may be able to find the root error. I write to a log file in a try/catch and get the error first before this pops.

A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found

I tried internet search on this issue and it is very common with many suggestions. The problem started with an update to VS2019 in which I paused because my projects in VSCode were breaking.I did a system restore and when I tried to start VSCode I got a message saying my installation was corrupt. So I reinstalled to the latest version and now get this error.
A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found...
I found 3 extensions that needed updating so I do so but did not fix this problem. Do not know if I need to update the .Net Core since it looks like a version mismatch. It seems these updates are wreckless since they always cause thing to go wrong.s
If you are facing this problem, it means you are using Windows.
This official microsoft live share github page explains how to fix the issue: https://github.com/MicrosoftDocs/live-share/issues/102
Especially, check out this comment: https://github.com/MicrosoftDocs/live-share/issues/102#issuecomment-366509735
make vscode is up to date
uninstall live share from vscode
close vscode completely
restart vscode as administrator
reinstall live share
I should add:
close completely vscode and restart it

Install4j Error instantiating Actions

I am changing the installer on an application and in the install4j IDE I am getting the error "Error instantiating (class-path-to-action)". I don't know what is causing the error or what to do to fix it.
This is the second time I have come across this while using the install4j IDE, although the first time the error disappeared once I had built the project and closed eclipse.
This time round I have tried opening up the install4j file right after a restart and I am getting the same error, with no luck in getting rid of it.
Can someone enlighten me on what could be causing this, or how to fix it?
You can find more information in the file %TEMP%\install4j_error.log about the exception. Probably the class path configured on the Installer->Custom code & Resources is not correct.

Bug DBGp Response Error: error code 206

I have used Xdebug of Eclipse 3 months so far. And it runs really well.
However, I got a issue of Xdebug which is "DBGp Response Error: eval:=206 msg:error evaluating code" ( in Error Log).
After I investigate the error, I find that issue is:
206 - Error evaluating code (use from eval() (or perhaps property_get
for a full name get))"
This is reference from http://xdebug.org/docs-dbgp.php
I have taken 2 days for this issue, and nothing has changed.
Please help me solve this. Many thanks and strong appreciation for your help.
Try deleting your watches. You can read the story of how this worked for me in PHPStorm.
It is probably an eval that (your IDE) is doing wrong. Either the symbol does not exist, or the syntax is incorrect. I am not sure where your error_log comes from (do you mean xdebug.remote_log?), but that will also indicate what eval command was sent by the IDE. If you could amend your question with the exact log lines before and after your 206 error too, I can give a better clue. In general, this isn't much of an issue, as it's often not possible to eval specific code.
CentOS 7.7
PHP 7.2 and PHP 7.4
Apache and cli
Same symptoms " The strange in here is that it has run well, and suddenly can not debug with those things in error log" as #ndnguyen
Worked great. Then suddenly didn't work without explanation. I tried updating everything, several different config options, etc, etc.
Just that stupid little check box. FYI: The IDE is vscode.