[LINUX] (Updated from time to time) Storage location of various VS Code configuration files Memorandum memo

If you do not know the storage location of the VS Code configuration file and search on the net, many articles will be hit. However, since many articles are not updated, there is a lot of old information that does not reflect the current situation. Therefore, I will leave the current situation as a memorandum. I would like to update the contents from time to time. Please note that the OS is information only for the OS that I often use, so there may be slight differences depending on the OS version and distribution.

settings.json The storage location of settings.json where the basic settings are saved is as follows.

snippets The path of the directory that stores the code completion information (snippet) is as follows.

locale.json Locale.json, which contained localization information, has been deprecated in the latest VS Code (as of April 2020: version 1.44.2) and has been replaced by a new file called argv.json. Locale.json was stored in a deep path in the hierarchy, but argv.json is relatively easy to understand.

Reference

Recommended Posts

(Updated from time to time) Storage location of various VS Code configuration files Memorandum memo
[Updated from time to time] Review of Let Code NumPy
Tensorflow memo [updated from time to time]
Summary of vtkThreshold (updated from time to time)
Summary of gcc options (updated from time to time)
progate Python learning memo (updated from time to time)
Machine learning python code summary (updated from time to time)
A memorandum of commands, packages, terms, etc. used in linux (updated from time to time)
[Updated from time to time] Summary of design patterns in Java
vtkXMLUnstructuredGridReader Summary (updated from time to time)
vtkOpenFOAMReader Summary (Updated from time to time)
[Notes / Updated from time to time] This and that of Azure Functions
Engineer vocabulary (updated from time to time)
Migrate from VS Code to PyCharm
Private Python handbook (updated from time to time)
[Updated from time to time] LetCode algorithm and library
Notes on machine learning (updated from time to time)
OpenFOAM post-processing cheat sheet (updated from time to time)
Useful help sites, etc. (updated from time to time)
Apache settings, log confirmation, etc. (* Updated from time to time)
I read the Chainer reference (updated from time to time)
List of my articles that may be useful in competition pros (updated from time to time)
I want to get rid of import warnings from Pyright and pylint in VS Code