File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 409409 "anyOf" : [
410410 {
411411 "type" : " object" ,
412- "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. E.g. `{ \" FOO\" : \" 1\" }`" ,
412+ "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. For example `{ \" FOO\" : \" 1\" }`" ,
413413 "patternProperties" : {
414414 ".*" : {
415415 "type" : " string"
419419 },
420420 {
421421 "type" : " array" ,
422- "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. E.g. `[\" FOO=1\" , \" BAR\" ]`" ,
422+ "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. For example `[\" FOO=1\" , \" BAR\" ]`" ,
423423 "items" : {
424424 "type" : " string" ,
425425 "pattern" : " ^\\ w+(=.*)?$"
676676 "anyOf" : [
677677 {
678678 "type" : " object" ,
679- "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. E.g. `{ \" FOO\" : \" 1\" }`" ,
679+ "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. For example `{ \" FOO\" : \" 1\" }`" ,
680680 "patternProperties" : {
681681 ".*" : {
682682 "type" : " string"
686686 },
687687 {
688688 "type" : " array" ,
689- "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. E.g. `[\" FOO=1\" , \" BAR\" ]`" ,
689+ "markdownDescription" : " Additional environment variables to set when launching the debug adapter executable. For example `[\" FOO=1\" , \" BAR\" ]`" ,
690690 "items" : {
691691 "type" : " string" ,
692692 "pattern" : " ^\\ w+(=.*)?$"
You can’t perform that action at this time.
0 commit comments