Questions tagged [jetbrains-fleet]
23 questions
0
votes
2 answers
How to set Java language level to 8 in JetBrains Fleet?
I can't find the config to set Java language level.

shqu alun
- 1
- 1
0
votes
1 answer
Run Spring Boot Application in JetBrain Fleet with Environment Variables
I am trying to run my spring boot application on new JetBrain Fleet IDE, but I could not find easily a way to do that.
In the documentation page , the JetBrain said:
An object that specifies custom environment variables. To define an environment…

Jadson Santos
- 199
- 1
- 2
- 11
0
votes
1 answer
JetBrains Fleet: Run Configuration for shell script
I'm trying to create a Fleet Run Configuration (v1.9) for my project in the run.json file, which should run a shell script with certain parameters. The problem is that the documentation only describes how to mark configuration as a command call, by…

Yahor Barkouski
- 1,361
- 1
- 5
- 21
0
votes
2 answers
How to enable HTML syntax highlighting in php files
How to enable HTML syntax highlighting in PHP files in JetBrains Fleet?

Nikita Belov
- 1
- 1
0
votes
1 answer
How to exclude files in Fleet explorer
In VSCode we can exclude some files from being shown by adding the following to settings.json:
"files.exclude": {
"**/*.exe": true
},
How do I do this in Fleet?
-1
votes
1 answer
How to create and configure run.json in the new JetBrains Fleet for Nextjs?
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 Stack Overflow community "How can I configure the run.json file in Fleet".
What am I supposed to write in that…

erms
- 1
- 1
-1
votes
1 answer
Launch Fleet IDE with CLI
I have installed Fleet IDE on MacOS and would like to have it be opened using my terminal as well. Currently, it says that fleet is not a recognized command and I need to add the script to launch fleet in the $PATH variable. How can I do that? Also,…

AngularNest-beginner
- 11
- 5
-1
votes
1 answer
Can't install plugins on Jetbrains Fleet 1.18.88
It seems like the answers in this question are out of date Installing plugins in JetBrains Fleet
I have scoured the Fleet directory (/home//.local/share/JetBrains/Toolbox/apps/Fleet/ch-0/1.18.88) on my Fedora 36 machine, but there doesn't seem…

J P
- 541
- 1
- 10
- 20