-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Sorry if this is something obvious, I'm pretty new to VSCode and to this extension.
I'm trying to add some local bindings for Scala. These may or may not end up in this extension, but for now I'm trying to make some things more accessible.
So far, I have this settings.json. I've taken the config for Rust from this extension, changed the condition and a couple other small things, and tried to add it like follows:
"vspacecode.bindingOverrides": [
{
"keys": ["m", "languageId:scala"],
"name": "Scala",
"type": "bindings",
"bindings": [
{
"key": "=",
"name": "+Format",
"icon": "list-flat",
"type": "bindings",
"bindings": [(I got keys from here). The issue is, I can't seem to get to this submenu. Both <space> m and , in a Scala file only produce the "No condition matched" message in the status panel.
What's the proper way to do this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels