How to add key, values of kvm in vscode

maps.json expect only kvm name, i need to add entries of that kvm as well. how to achieve that? 

Solved Solved
0 2 215
1 ACCEPTED SOLUTION

I have achieved it.

[
{
"entries": {
"key": "value"
},
"scope": "environment",
"environment": "local",
"name": "kvm_name"
}
]

View solution in original post

2 REPLIES 2

 

@shirishtrivikr can you please help. 

I have achieved it.

[
{
"entries": {
"key": "value"
},
"scope": "environment",
"environment": "local",
"name": "kvm_name"
}
]