Skip to content
Snippets Groups Projects
Commit 46c011a7 authored by Thibaut DE SAIVRE's avatar Thibaut DE SAIVRE
Browse files

finish extensions config

parent acaf0e6f
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,27 @@
// Monokai theme is also nice
"emmanuelbeziat.vscode-great-icons", // Nice VSCode icons
// ****************************************************** //
// DOCKER //
// ****************************************************** //
"ms-azuretools.vscode-docker", // View running docker containers
//, SSH et SFTP
// ****************************************************** //
// SSH REMOTE DEVELOPMENT //
// ****************************************************** //
"ms-vscode-remote.remote-ssh", // Open remote files via SSH
"ms-vscode-remote.remote-ssh-edit", // SSh config files support
"Natizyskunk.sftp", // File sync
// ****************************************************** //
// WINDOWS WSL DEVELOPMENT //
// ****************************************************** //
"ms-vscode-remote.remote-wsl", // Open folders on your system using Windows Subsystems for Linux
// VSCODE LANGUAGE EXTENSIONS
// ****************************************************** //
......@@ -71,6 +92,7 @@
"llvm-vs-code-extensions.vscode-clangd", // Clangd language server (best c++ language server)
"xaver.clang-format", // FORMATTER (clang-format)
"twxs.cmake", // CMake language support (for CMakeLists.txt files for c++ project configurations)
"ms-vscode.makefile-tools", // Makefile support
// ****************************************************** //
// TYPESCRIPT / JAVASCRIPT //
......@@ -79,13 +101,28 @@
"esbenp.prettier-vscode", // FORMATTER : prettier
"ecmel.vscode-html-css", // HTML / CSS language support
"sidthesloth.html5-boilerplate" // Boilerplate HTML5 template
"sidthesloth.html5-boilerplate", // Boilerplate HTML5 template
"ritwickdey.LiveServer", // View HTML files directly in your browser with hot reload
// ****************************************************** //
// LATEX //
// ****************************************************** //
// Note : you must install a Latex distribution (like TexLive) for this setup to work properly.
// Go, Rust, Docker, SSH et SFTP
"James-Yu.latex-workshop", // Latex support
"JeffersonQin.latex-snippets-jeff", // Latex snippets
"tomoki1207.pdf", // Display PDF files in VSCode (useful to display the Latex output)
// ****************************************************** //
// GoLang //
// ****************************************************** //
"golang.go", // Go language support (linting, formatting...)
// ****************************************************** //
// Rust //
// ****************************************************** //
"rust-lang.rust-analyzer" // Rust language support (linting, formatting...)
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment