Questions tagged [jetbrains-fleet]

23 questions
18
votes
5 answers

Installing plugins in JetBrains Fleet

Hey guys I was trying out Fleet and really liked it but I had a hard time configuring it. I wanted to install a plugin but I couldn't find an option to add plugin anywhere. Does anyone know how to install plugins in JetBrains Fleet?
Ayush Ojha
  • 181
  • 1
  • 1
  • 3
3
votes
1 answer

Fleet: Invalid Gradle JDK configuration found

When I'm using JetBrains Fleet and open the Java project Gradle configuration file build.gradle it shows an error: Invalid Gradle JDK configuration found. Open Gradle…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
2
votes
1 answer

How to create and configure run.json in the new JetBrains Fleet for C++?

I was trying how to create I / O for the new JetBrains' IDE called Fleet. But unfortunately couldn't do so. So, here I am asking the StackOverflow community "How can I configure the run.json file in Fleet". What am I supposed to write in that…
hhjhjagalga
  • 21
  • 1
  • 3
2
votes
1 answer

Jetbrains Fleet how to attach debugger

Hello as some of you already saw the new Fleet IDE from JetBrains has been released and I was curious to try it and learn more. I'm not sure if this is the best place to ask this question but I can't find how to debug a quarkus application without…
Theodosis
  • 792
  • 2
  • 7
  • 22
1
vote
0 answers

Fleet can't connect to WSL2, logs say permission denied

When opening a new project in the WSL file space, it will prompt if I'd like to open in Windows or WSL2. When selecting WSL2 the app hangs on the connecting screen. When tailing the logs I get the following output. [20230805 22:00:52.544 INFO FR…
Kaigo
  • 1,267
  • 2
  • 14
  • 33
1
vote
1 answer

How to configure the toolchains field in setting.json of Fleet?

JetBrains Fleet has limited description for setting.json reference offered in link, where toolchains field is merely described as "Enable toolchains for the folder or its subfolders". The auto-generated setting.json is something like this: { …
PTYin
  • 13
  • 4
1
vote
1 answer

Go run config gives error permission for Fleet-based dev environment from Space

I am running a Fleet-based dev environment from Space (cool sentence btw). It's a simple Go program. If I open a terminal in Fleet, I can successfully execute go run cm/server/main.go. But when creating a run config, I get a permission denied (os…
Phil
  • 879
  • 2
  • 10
  • 23
1
vote
3 answers

IntelliJ Fleet: Disable adding semicolons in TypeScript when formatting

I've just installed IntelliJ Fleet to make the switch from VSCode and I've noticed that in my TypeScript code every time I try to format code (Cmd + Opt + L) it adds a trailing semicolon to every statement, even though I have no such option enabled…
Koitt
  • 1,072
  • 1
  • 8
  • 23
1
vote
1 answer

JetBrains Fleet: Running Flutter project

I am trying out JetBrains Fleet. I was thinking to make a sample Flutter project in it. But not sure how to configure run.json for Flutter project. It is pretty simple when it comes to terminal command: flutter run --debug or flutter run…
1
vote
3 answers

Integrating Prettier with JetBrains Fleet

I want to integrate Prettier / ESLint with the new JetBrains IDE Fleet, but I can't find out a way to do this. In this documentation it says that it can be integrated with EditorConfig, but I'm not sure how to achieve this with EditorConfig. Is it…
0
votes
1 answer

How to get deleting text to work in JetBrains Fleet Public Preview?

I am using latest Mac OS 13.4 and JetBrains Fleet 1.19.95. Maybe it's just me, but delete button don't works for me with any of the keymaps available – I receive just beeping. I tried editing default keymaps, but receive only beeping or wrong…
Denys Ivanenko
  • 388
  • 7
  • 21
0
votes
1 answer

Python remote attach in Jetbrains Fleet

Is it possible to use Jetbrains Fleet and debug a process via remote attach? For example, to debug inside a docker container? Remote attach currently seems to exist only via attachment to Java Virtual Machine.
0
votes
1 answer

Does JetBrains Fleet have any way to import settings (a la PyCharm / IntelliJ / etc)?

A crucial part of the JetBrains family of editors is the ability to customise their wonderful editor. I had thought that Fleet would then provide exactly that. I don't see any "Import/Export Settings" and the keymap is apparently limited presently…
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
0
votes
1 answer

Some questions about run.json of JetBrains new IDE Fleet

I'm a beginner in coding, and as u can see, I don't know how to configure the run.json file in Fleet, especially the program. Hope that someone could help me, thanks so much!!! I have read the notice from JetBrains, but I still don't know how to…
0
votes
1 answer

Refer environment variable in Run.json for Fleet IDE

I am working on setting up the JetBrains Fleet for JavaScript development. Here is my hard coded run.json look like. "configurations": [ { "type": "command", "name": "local test", "program": "npm", "args": [ …
Soni Snehal
  • 47
  • 1
  • 1
  • 7
1
2