We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, the extension is useful, however I am constantly getting this error:
[16/02/2024 06:33:04] Starting Workspace Publish... [16/02/2024 06:33:05] publishing files: d:\Sites\project\src\**\*.* [16/02/2024 06:33:20] ================================ ERROR ================================ [16/02/2024 06:33:20] Error Detail: [16/02/2024 06:33:20] ---------------------- [16/02/2024 06:33:20] No active workspace selected [16/02/2024 06:33:20] =============================================================================== [16/02/2024 06:33:31] ================================ ERROR ================================ [16/02/2024 06:33:31] Error Detail: [16/02/2024 06:33:31] ---------------------- [16/02/2024 06:33:31] No active workspace selected [16/02/2024 06:33:31] =============================================================================== [16/02/2024 06:33:39] Configuration file reloaded
My D:\Sites\project\project.code-workspace:
D:\Sites\project\project.code-workspace
{ "folders": [ { "path": "." } ], "settings": {} }
My SPGo.json:
SPGo.json
{ "sourceDirectory": "src", "sharePointSiteUrl": "https://tenant.sharepoint.com/sites/project", "workspaceRoot": "d:\\Sites\\project", "remoteFolders": [ "/Lists/**/*", "/_catalogs/masterpage/project/**/*", "/SitePages/**/*", "/Style%20Library/**/*" ], "publishingScope": "SaveOnly", "authenticationType": "Digest", "storeCredentials": true }
This is driving me nuts! Happens every 3 minutes or when I launch an action.
I've tried to reconfigure multiple times, with the assistant, and from the examples in the docs at https://www.chrishasz.com/spgo/general/config-options
I don't understand why this error happens from the source at
spgo/src/appManager.ts
Line 34 in 712c3e1
I'm using the latest version in the latest vscode on the latest Windows 11. Any idea?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, the extension is useful, however I am constantly getting this error:
My
D:\Sites\project\project.code-workspace
:My
SPGo.json
:This is driving me nuts! Happens every 3 minutes or when I launch an action.
I've tried to reconfigure multiple times, with the assistant, and from the examples in the docs at https://www.chrishasz.com/spgo/general/config-options
I don't understand why this error happens from the source at
spgo/src/appManager.ts
Line 34 in 712c3e1
I'm using the latest version in the latest vscode on the latest Windows 11. Any idea?
The text was updated successfully, but these errors were encountered: