question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please use vscode's config folder for .cmdline_history

See original GitHub issue

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Enhancement

  • Extension (VsCodeVim) version: 0.14.1
  • VSCode version: 1.24.1
  • OS version: Arch Linux

vscode-vim has recently started creating a ~/.VSCodeVim folder in $HOME, which pollutes the home dir 😦

There already is a config folder for vscode in $XDG_CONFIG_HOME/Code. Can you move that folder there instead please?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
jleclanchecommented, Jul 2, 2018

Please don’t use ~/.vscode either as it doesn’t respect XDG. The vscode config is split right now and the “correct” one is in the XDG dir. Also see: https://github.com/Microsoft/vscode/issues/3884

1reaction
xconvergecommented, Jul 25, 2018

Ok I decided to use a library for now, just tested it on 3 platforms with these results:

Windows:
C:\Users\xxxxx\AppData\Local\VSCodeVim\VSCodeVim\Cache

MacOS:
/Users/xxxxx/Library/Caches/VSCodeVim

Linux:
/home/xxxxx/.cache/VSCodeVim

This issue will be closed and I will push a release. Please let me know if something still doesn’t seem right once you start using the new release!

Read more comments on GitHub >

github_iconTop Results From Across the Web

User and Workspace Settings - Visual Studio Code
To open the Settings editor, use the following VS Code menu command: ... Workspace Folder settings - Apply to a specific folder of...
Read more >
Visual Studio Code - Where is the terminal history saved?
VSCode terminal use external shell. ... On Linux & MacOS, type the following command to display the path of the history file: echo...
Read more >
Setting up your AWS credentials - AWS Toolkit for VS Code
Learn how to configure the AWS Toolkit for Visual Studio Code to use your AWS ... see Where Are Configuration Settings Stored? in...
Read more >
Set up a workspace in VS Code
Using the ServiceNow Extensions for VS Code, create a project work folder to use as a workspace for ServiceNow applications. ... Click the...
Read more >
10 Tricks in Visual Studio Code | Syncfusion Blogs
New Themes and Plugins; Command Line in VS Code; Edit Multiple Lines Simultaneously; Exclude Folders; Go to Definition. Command Palette. The ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found