Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary directory is hardcoded #211

Closed
yannakopoulos opened this issue Sep 22, 2018 · 5 comments
Closed

Dictionary directory is hardcoded #211

yannakopoulos opened this issue Sep 22, 2018 · 5 comments

Comments

@yannakopoulos
Copy link

If you build Code from source rather than using Microsoft's binaries (for example, by installing from the Arch User Repository), the application is by default called "Code - OSS" and user configuration files live in ~/.config/Code - OSS/ on Linux. However, it looks like Spell Right only ever looks in ~/.config/Code/ for dictionaries. It works fine if you symlink ~/.config/Code/ to ~/.config/Code - OSS/, but it would be better if Spell Right checked the correct config folder to begin with.

@bartosz-antosik
Copy link
Owner

Do you know an VSCode's API call that would tell you this directory's name?

Because I do not hence even Insiders poses a problem and the name is produced manually...

@yannakopoulos
Copy link
Author

I don't think there is one yet, although it's been requested here: microsoft/vscode#2741

Maybe a solution like this? alefragnani/vscode-project-manager#178

@bartosz-antosik
Copy link
Owner

Many thanks for pointing these out. It will be changed in next release.

@bartosz-antosik
Copy link
Owner

And BTW, I have not had a chance to test it with version built from sources (just regular and insiders) so please, maybe you could install this version from VSIX:

https://drive.google.com/open?id=13R8i3hbWNjxcOtXD7vl6gWhDyl_zAEdX

and let me know if it works.

@yannakopoulos
Copy link
Author

Yes, that version works fine. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants