-
* What you did, and what you expected to happen instead
I have pycheckers set up with pylint, pep8, flake8, pyflakes, mypy2, and mypy3. When I run either pylint or flake8 independently, it will retur…
-
An info pop-up message appears on every save event. Click, Ctrl - S, File -> Save, etc. It stays open indefinitely until you either close the message box or exit VS Code, but while it's open you are u…
-
* What you did, and what you expected to happen instead
I followed [this guide](http://www.macs.hw.ac.uk/~rs46/posts/2018-12-29-textlint-flycheck.html) with the intention of setting up inline syntax …
-
```
*** Starting controller
c0 Timeout waiting for FAUCET to start. Log:
Traceback (most recent call last):
File "/usr/local/bin/faucet", line 11, in
sys.exit(main())
File "/usr/local/l…
-
## Issue Description ##
After upgrading to Ubuntu 19.04 debugging is no longer possible with VSCode.
Upon starting a debug session, the following output is visible with a clean console application:
…
-
I'm getting a strange error when running Ultimate Automizer on a small Boogie file using the command `./Ultimate -tc config/AutomizerBpl.xml -s config/svcomp-Reach-64bit-Automizer_Default.epf -i t.bpl…
-
Looking at other errors similar to this, I would be surprised if this is actually Flycheck's problem and not a weird fringe bug in my config or something, but I figured I would post here, since it doe…
-
Hi there,
I managed to get omnisharp vim working successfully in linux (nickspoons and axvr [helped me here](https://github.com/OmniSharp/omnisharp-vim/issues/424)). However, I can't seem to get t…
ghost updated
5 years ago
-
## Reproduction steps
Full `.vimrc`:
```
call plug#begin('~/.vim/plugged')
Plug 'w0rp/ale'
Plug 'OmniSharp/omnisharp-vim'
call plug#end()
```
Install libuv:
```
brew install libuv
```
Cre…
-
Starting with Fedora 28, python will default to python3 (thank you @kalebskeithley for the heads up!). More details can be found [here](https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3).…