yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

sea orm failed #52

Closed miaomiao1992 closed 6 months ago

miaomiao1992 commented 6 months ago

after i used this plugin,sea-orm 0.12.14 running failed in rust

miaomiao1992 commented 6 months ago

IMG_4624 IMG_4623 IMG_4622

miaomiao1992 commented 6 months ago

unable to open database file? what is wrong?

yy0931 commented 6 months ago

It appears that Visual Studio Code is running as administrator, as suggested by the window title. Is this intentional? I wonder if it caused the database file to have permissions not accessible to an ordinary user.

miaomiao1992 commented 6 months ago

It appears that Visual Studio Code is running as administrator, as suggested by the window title. Is this intentional? I wonder if it caused the database file to have permissions not accessible to an ordinary user.

thanks! it’s ok now. it is because of reading permission.

the vscode run the project using powershell, and my project is shared as “共享文件夹”,so there is some permission problem.

miaomiao1992 commented 6 months ago

it’ ok now. thanks again.

IMG_4626