Skip to content

Instantly share code, notes, and snippets.

@TomNussbaumer
TomNussbaumer / settings.jsonc
Created May 15, 2023 09:42 — forked from hyperupcall/settings.jsonc
VSCode config to disable popular extensions' annoyances (telemetry, notifications, welcome pages, etc.)
// I'm tired of extensions that automatically:
// - show welcome pages / walkthroughs
// - show release notes
// - send telemetry
// - recommend things
//
// This disables all of that stuff.
// If you have more config, leave a comment so I can add it!!
{
@TomNussbaumer
TomNussbaumer / idea14fix.md
Last active September 12, 2015 11:11
IDEA 14 Community Edition: quick fix for vmoptions containing spaces

Normally vm options stored in idea.vmoptions and idea64.vmoptions contain no spaces. But whenever you need to set an option which contains one, the idea.sh will fail.

A common use-case for a vm option containing a space is the following line:

-Duser.name=Tom\ Nussbaumer

This will override the user name used in all templates with the given one. To get IDEA working with such a setting you have to edit file idea.sh.

At the very end of the script there is the following block: