Christian Jorgensen

Results 66 comments of Christian Jorgensen

Issue has been solved by PR #832 and will be closed.

@worksofliam I did not change the member name validation code - but I found that it requires a `.` after the name to accept it as a member without type....

New commit added - to keep the user input on screen until the create or copy member operation has completed.

Another commit - keep user input until member is renamed.

Just found an error - copying a member to itself by only changing the type was not caught (but failed of course). Check added in commit [d858386](https://github.com/halcyon-tech/vscode-ibmi/pull/780/commits/d858386efed9e57b8cd6898c91e263d9558c23cf)

@worksofliam For creating a member without extension, [see my comment above.](https://github.com/halcyon-tech/vscode-ibmi/pull/780#issuecomment-1197808101) There were an error when the new name was not in the correct format - this has been fixed....

@worksofliam Btw, great live PR session today! 👌

Great idea - regexp provides a lot of flexibility when searching in text (and I tend to use REGEXP_LIKE more than LIKE in SQL). Just some comments: - as @worksofliam...

Sure - the settings.json is (clipped): ``` "sync-rsync.useWSL": true, "sync-rsync.sites": [ { "name":"xxxxxxxxxxxxxxxxxx", "remotePath":"user@host:/home/Develop/", "localPath": "/mnt/c/Data/Develop/", "exclude": [ "*", ".pip/", ".npm/" ], "include": [ "php/***", "python/***", "node/***" ], }, ],...

I too would like to see a command line option to open a file as read-only: My use case: I use file manager tools (e.g. Total Commander) to navigate through...