vscode

  1. J

    Solved Connecting to FreeBSD from VS Code over SSH

    Hi guys, I'm trying to figure out how to connect to my FreeBSD box from VS Code over SSH. There are some instructions here and here, but I haven't had much luck following those. Client Pop!_OS (based on Ubuntu 22.04) VS Code 1.95.0 VS Code extension Remote - SSH v0.116.2024102915...
  2. First_Law_of_Unix

    Solved Is it possible to run "Cursor AI" (VSCode Modded) Linux AppImage in FreeBSD 14.1?

    Hello, Cursor AI is a VScode editor modded by "Cursor". It is a game changer for programmers since it has ChatGPT 4o / 4 / 3.5 models implemented and have unlimited chat requests for $20/month. Has made me 1000x more productive and get projects done quickly. I'm trying to get it running on...
  3. First_Law_of_Unix

    C Solved - How to use or set Clang/LLVM/GCC compilers on VS Code?

    I couldn't find anything on google on how to configure VS code on FreeBSD to use clang/llvm/gcc. I have clang/llvm and gcc installed on FreeBSD 13.1 I have installed this extension: https://marketplace.visualstudio.com/items?itemName=Kr4is.cpptools-extension-pack Which installs the following...
  4. C

    Using w^x and troubleshooting (i.e. vscode)

    I've finally enabled w^x for on 13.1-RELEASE-p1: # sysctl -a |grep wx kern.elf32.allow_wx: 0 kern.elf64.allow_wx: 0 For the usual suspects that struggle with this, I've used elfctl or proccontrol to circumvent the restriction. Unfortunately, I've come across one program that persistently...
  5. T

    Solved Developing Java code in VSCode

    I wanted to try out VSCode on FreeBSD 13 since there are extensions that should essentially make VSCode a full-featured IDE on par (most functionality) with Intellij. The extensions available, that I have installed are: gabrielbb.vscode-lombok vscjava.vscode-java-pack...
  6. Farhan Khan

    VS Code to a remote SSH host

    Hi all, From either a Linux or Mac host, is there a way to edit code on a FreeBSD host via ssh? For some reason the ssh connection fails, reporting connection timeouts. I suspect this is because VS code runs local code on the endpoint host, but I could be wrong. Thanks!
  7. 3301

    Other VSCode + haskell-language-server + ghc

    VSCode with haskell-plugin and haskell-language-server seems to be not working - I can't see any hints even for trivial cases. Is there any problem between VSCode and lsp servers/providers? Same setup based on Emacs (doom) works just fine. Is there anyone using VSCode with lsp even with other...
  8. Cath O'Deray

    Code - OSS making excessive use of the CPU before and after quit

    Code - OSS a.k.a. Visual Studio Code a.k.a. VS Code a.k.a. VSCode – editors/vscode Before quit (Control-Q): After quit, excessive use persists. I can use htop to kill the process, however I'd prefer to diagnose the bug, if not too difficult. Any suggestions? TIA Postscript Difficult to...
  9. diortemew

    VSCode (Code - OSS)

    I'm running v1.54.3, but also found v1.56.2 in ports. But they both deprecate in three days. I understand it's from the python2.7; should I be worried? I couldn't get Atom to work, so kind of concerned. Is VSCode not getting updated for FreeBSD 13? Or am I missing something? _diortem
  10. mehrdaddolatkhah

    Other How to Use FreeBSD for Java, Android, Flutter and Golang Development

    Hello Guys, Freshly I decide to use FreeBSD for all of my life. right now I'm working with Java, Kotlin, Android, Flutter, and Golang for the development section of my life. how is it possible I use FreeBSD without any problem in Development with Continue programming with the languages I said...
Back
Top