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

enable :emojisense in all languages #10

Open
itsjzt opened this issue Jul 29, 2018 · 4 comments
Open

enable :emojisense in all languages #10

itsjzt opened this issue Jul 29, 2018 · 4 comments

Comments

@itsjzt
Copy link

itsjzt commented Jul 29, 2018

Is there any simple way to enable emojisense in all languages without typing all of them in settings.

@Arrow7000
Copy link

Yes please. This is what I'm looking for.

@kiprasmel
Copy link

I've submitted a PR #14 which needs more fixes because it doesn't work properly yet.

A temporary fix is to provide these options so that it's enabled for every language
Source: https://code.visualstudio.com/docs/languages/identifiers

"emojisense.languages": {
	"plaintext": {
		"markupCompletionsEnabled": true,
		"emojiDecoratorsEnabled": true
	},
	"abap": true,
	"bat": true,
	"bibtex": true,
	"clojure": true,
	"coffeescript": true,
	"c": true,
	"cpp": true,
	"csharp": true,
	"css": true,
	"diff": true,
	"dockerfile": true,
	"fsharp": true,
	"git-commit": true,
	"git-rebase": true,
	"go": true,
	"groovy": true,
	"handlebars": true,
	"html": true,
	"ini": true,
	"java": true,
	"javascript": true,
	"javascriptreact": true,
	"json": true,
	"jsonc": true,
	"latex": true,
	"less": true,
	"lua": true,
	"makefile": true,
	"markdown": true,
	"objective-c": true,
	"objective-cpp": true,
	"perl6": true,
	"php": true,
	"powershell": true,
	"jade": true,
	"python": true,
	"r": true,
	"razor": true,
	"ruby": true,
	"rust": true,
	"scss": true,
	"sass": true,
	"shaderlab": true,
	"shellscript": true,
	"sql": true,
	"swift": true,
	"typescript": true,
	"typescriptreact": true,
	"tex": true,
	"vb": true,
	"xml": true,
	"xsl": true,
	"yaml": true
}

@xgdgsc
Copy link

xgdgsc commented Sep 6, 2019

I don' t get this working with built in source control commit message input.

@Hammadbhai
Copy link

I am getting Emojis but with no colors

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

Successfully merging a pull request may close this issue.

5 participants