tschf / odb-task

A task runner for VSC based on atom-build-oracle implementation
MIT License
10 stars 3 forks source link

command 'odb-task.compileSqlPlus' not found #15

Open StefanRoess opened 5 years ago

StefanRoess commented 5 years ago

i have different Windows hosts all with Windows 10 Prof. Edition. My VSC Version is 1.33.1 and my Extension Version of odb-task is 0.0.2.

on two of three Windows hosts i get the following error: command 'odb-task.compileSqlPlus' not found.

My settings in settings.json are: image. My .build-oracle.json file is in one of the upper folders.

Do you know why i get the this kind of error: image

tschf commented 5 years ago

Currently, we only support the build file being in your root project folder.

/root  

/root/.build-oracle.json*  

/root/src/db/pkg/foo.pls  

If you have multiple project folders in a single workspace, currently it's only looking at the first. There's an issue reported for that, that I didn't get to look into yet. Not sure if this is the issue in your situation or not?

On Sun., 12 May 2019, 13:32 StefanRoess, notifications@github.com wrote:

i have different Windows hosts all with Windows 10 Prof. Edition. My VSC Version is 1.33.1 and my Extension Version of odb-task is 0.0.2.

on two of three Windows hosts i get the following error: command 'odb-task.compileSqlPlus' not found.

My settings in settings.json are: [image: image] https://user-images.githubusercontent.com/15950028/57586328-b2ac7680-74f4-11e9-9740-f004c5826b54.png . My .build-oracle.json file is in one of the upper folders.

Do you know why i get the this kind of error: [image: image] https://user-images.githubusercontent.com/15950028/57586346-f1dac780-74f4-11e9-8c64-e3d284af80e2.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tschf/odb-task/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AANKVOZ2LDCRKCU5GKBHHWLPVBPDBANCNFSM4HMK6V4A .

StefanRoess commented 5 years ago

Thank you Trent, yes this was my issue.