IT Learning

実践形式でITのお勉強

「 VScode 」 一覧

Developing Oracle from VS Code

2020/04/29   -VScode
 

Overview Since My favorite code editor is MS VS Code, for developing oracle database understanding how to install plugin for oracle. Enviroments OS:Windows 10 64bitVScode :1.44.2Oracle :Oracle 18c XE Step1 : Installation of “Oracle Developer Tools for VS Code” Open your VS Code and find plugin ‘Oracle Developer Tools for VS Code’ and click the install button. You may get this warning at this time. Because this plugin needs .Net core Runtime, you have to get it from the following website. https://www.oracle.com/database/technologies/appdev/dotnet/install-dotnetcore-windows.html You have to reboot VS Code after installation of .Net core runtime. If you don’t get this message, …