vscode

  1. 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...
  2. 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...
  3. 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...
  4. 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!
  5. 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...
  6. grahamperrin

    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...
  7. 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
  8. 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