1- <h1 align =" center " >
2- <a href =" https://flox.dev " target =" _blank " >
3- <picture>
4- <source media="(prefers-color-scheme: dark)" srcset="assets/flox-logo-white-on-black.png" />
5- <source media="(prefers-color-scheme: light)" srcset="assets/flox-logo-black-on-white.png" />
6- <img src="assets//flox-logo-black-on-white.png" alt="flox logo" />
7- </picture>
8- </a >
9- </h1 >
10-
11- <h2 align =" center " >
12- Developer environments you can take with you
13- </h2 >
14-
15- <h3 align =" center " >
16- &emsp ;
17- <a href =" https://discourse.flox.dev " ><b >Discourse</b ></a >
18- &emsp ; | &emsp ;
19- <a href =" https://flox.dev/docs " ><b >Documentation</b ></a >
20- &emsp ; | &emsp ;
21- <a href =" https://flox.dev/blog " ><b >Blog</b ></a >
22- &emsp ; | &emsp ;
23- <a href =" https://twitter.com/floxdevelopment " ><b >Twitter</b ></a >
24- &emsp ; | &emsp ;
25- <a href =" https://go.flox.dev/slack " ><b >Slack</b ></a >
26- &emsp ;
27- </h3 >
28-
29- [ Flox] [ website ] is a virtual environment and package manager all in one. With
30- Flox you create environments that layer and replace dependencies just where it
31- matters, making them portable across the full software lifecycle.
32-
33- ` flox-vscode ` is a VSCode editor extension that integrates Flox environments
34- with VSCode.
35-
36- <!-- TODO: List features (with screenshots) -->
37-
38- ## 🤝 Found a bug? Missing a specific feature?
39-
40- Feel free to [ file a new issue] [ new-issue ] with a respective title and
41- description on the ` flox/flox-vscode ` repository. If you already found a
42- solution to your problem, we would love to review your pull request!
1+ # Bring Flox to VSCode
2+
3+ <img src =" ./assets/icon.png " align =" right " width =" 128 " height =" 128 " >
4+
5+ [ Flox] ( https://flox.dev ) is a virtual environment and package manager all in
6+ one. With Flox you create environments that layer and replace dependencies just
7+ where it matters, making them portable across the full software lifecycle.
8+
9+ ` flox-vscode ` is a VSCode extension that integrates Flox environments with
10+ VSCode.
11+
12+ * 📖 Flox documentation can be found [ here] ( https://flox.dev/docs ) .
13+ * 🚀 Get in touch: [ Slack] ( https://go.flox.dev/slack ) , [ Discourse] ( https://discourse.flox.dev )
14+ * 🤝 Found a bug? Missing a specific feature? Feel free to [ file a new issue] [ new-issue ] .
15+
16+ [ new-issue ] : https://github.com/flox/flox-vscode/issues/new/choose
17+
18+ <p align =" center " >
19+ <img src =" ./assets/demo.gif " width =" 100% " />
20+ </p >
4321
4422## ⭐️ Contribute
4523
@@ -49,7 +27,3 @@ guide](./CONTRIBUTING.md) first.
4927## 🪪 License
5028
5129The Flox CLI is licensed under the GPLv2. See [ LICENSE] ( ./LICENSE ) .
52-
53-
54- [ website ] : https://flox.dev
55- [ new-issue ] : https://github.com/flox/flox-vscode/issues/new/choose
0 commit comments