51 ഫലങ്ങളെ കുറിച്ച്
പുതിയ ടാബിൽ ലിങ്കുകൾ തുറക്കുക
  1. Jupyter Notebook extension Visual Studio Code stuck "connecting to ...

    2025, ഒക്ടോ 12, · However, after being away for two days, when I opened my project again and tried to run my code starting with importing pandas in the Interactive Window, it kept getting stuck at …

  2. <code> vs <pre> vs <samp> for inline and block code snippets

    2011, ജനു 6, · 461 Use <code> for inline code that can wrap and <pre><code> for block code that must not wrap. <samp> is for sample output, so I would avoid using it to represent sample code (which the …

  3. How to disable AI autocomplete in VS Code? - Stack Overflow

    In around July 2025, VS Code introduced some kind of AI autocomplete. I want to turn it off. All the previous options like github.copilot.enable or github.copilot.editor.enableAutoCompletions don't...

  4. How can I download .vsix files now that the Visual Studio Code ...

    2025, ജനു 16, · Clone or download the extension code to your local directory. In your local directory with the copy of the product, run command: vsce package. This way, you can recreate a .vsix version …

  5. "Csc.exe" exited with code -1073741819 - Stack Overflow

    2013, മേയ് 22, · 4 For the problem csc-exe-exited-with-code-1073741819 I repaired Visual C++ 2015 Redistributable (x86). This worked for me. repair Visual C++ 2015 Redistributable. I found about this …

  6. Process finished with exit code -1073741515 (0xC0000135)

    2015, നവം 7, · Process finished with exit code -1073741515 (0xC0000135) I don't get any other results - not even from "print" commands at the beginning of the file. I haven't found anything specific …

  7. VScode crashed (reason: 'oom', code: '-536870904')

    2022, മാർ 25, · I solved the problem by restarting my computer and opening VS Code from a different folder. To handle large JSON files, I use Dadroit JSON Viewer, which prevents the issue from recurring.

  8. Process finished with exit code -1073741571 - Stack Overflow

    2013, ഡിസം 17, · import sys sys.setrecursionlimit(5000) However, whatever value I use for the depth, I cannot get the result I want. Either I still get the exception, or else the program just halts with no …

  9. How can I install VS Code extension manually? - Stack Overflow

    2017, ഫെബ്രു 3, · I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at …

  10. How to indent/format a selection of code in Visual Studio Code?

    279 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when selecting …