Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VSCode Config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Binet Réseau
VSCode Config
Commits
46c011a7
Commit
46c011a7
authored
1 year ago
by
Thibaut DE SAIVRE
Browse files
Options
Downloads
Patches
Plain Diff
finish extensions config
parent
acaf0e6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vscode/extensions.json
+39
-2
39 additions, 2 deletions
.vscode/extensions.json
with
39 additions
and
2 deletions
.vscode/extensions.json
+
39
−
2
View file @
46c011a7
...
...
@@ -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
HTML
5
template
"sidthesloth.html5-boilerplate"
,
//
Boilerplate
HTML
5
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"
:
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment