radian icon indicating copy to clipboard operation
radian copied to clipboard

How to use options in VSCode?

Open quadans opened this issue 3 years ago • 6 comments

I dont have a .radian_profile so I dont know where to put all the options like options(radian.editing_mode = "vi") in. Google doesnt help

quadans avatar Mar 28 '21 12:03 quadans

You will need to create it under your home directory or the working directory.

randy3k avatar Mar 30 '21 17:03 randy3k

Home or Working directory of what? VScode has none

quadans avatar Apr 03 '21 13:04 quadans

@quadans what operating system are you using? If you are using Windows then your home directory is probably C:Users\YOURUSERNAME or whatever echo $HOME gives you at the prompt. Just create the .radian_profile file in that directory and add your options lines in that file.

francisbarton avatar Aug 03 '22 10:08 francisbarton

@quadans what operating system are you using? If you are using Windows then your home directory is probably C:Users\YOURUSERNAME or whatever echo $HOME gives you at the prompt. Just create the .radian_profile file in that directory and add your options lines in that file.

I tried this but it seemed that nothing happened.😭 Nothing happened when I added options(radian.color_scheme = "autumn") to the %USERPROFILE%/.radian_profile file. Is there anything wrong?

kebuAAA avatar Oct 11 '23 15:10 kebuAAA

@kebuAAA I don't know enough about it really, but I note that 'autumn' isn't one of the built-in styles in pygments (pygments.org/styles). Does your options line work if you use a built-in style like 'monokai' or 'lightbulb'?

francisbarton avatar Oct 12 '23 16:10 francisbarton

@kebuAAA I don't know enough about it really, but I note that 'autumn' isn't one of the built-in styles in pygments (pygments.org/styles). Does your options line work if you use a built-in style like 'monokai' or 'lightbulb'?

It works! Thank you for your help

kebuAAA avatar Oct 13 '23 00:10 kebuAAA