-
Hi,
First of all, thanks for this amazing extension for vscode.
I'm really bored of Eclipse ui with his mem usage and the extension is no more supported by Sailpoint (confirmed by them, they will…
-
While API request / response logging in non-prod environments is undesirable it can be very helpful when exploring / developing.
$DebugPreference = 'Continue'
:
$Search = @{
indices = @('iden…
-
Hey! Love the tool and continue to leverage it. Wanted to submit a feature request to have support for https://vscode.dev/
-
https://github.com/sailpoint-oss/golang-sdk/blob/cd65ccd99bff2fc1c7f788bbe27b59bf51acdb3c/paginator.go#L39-L42
This current implementation does not work when searching for access profiles. Access …
-
I cloned the repository and tried to run: npm install
This leads to the following error:
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remot…
-
Not that the samples don't work or aren't good as is. However when extending them the exception handling fail if the search exception result isn't in json format.
```
} catch {
Write-Host $_
…
-
Not sure if this is related to the plugin but using the @and, @or etc. Beanshell operators in rules, forms and workflows causes syntax highlighting errors in vscode.
Is there any way to fix these e…
-
The extension is "naively" replacing all `&&` by `&&`.
For workflows, && can be used for conditions. However, they must not be replaced in order to be a valid XML.
-
When using the "get object" command, a file with a random identifier is created in the temp folder.
It often results on the same steps:
1. Copy path of the target folder
2. Go to file "temp" file a…
-
**Describe the bug** ```
'cp' is not recognized as an internal or external command, operable program or batch file.
```
This is the error npm run pack-zip throws when trying to pack the resulting …