Releases: intersystems-community/vscode-objectscript
Releases · intersystems-community/vscode-objectscript
v0.7.12
- Debugging support, run routine, class or attach to a process
- Files in Server Explorer now can be edited
- Added more details about connection errors
- Improvements in Server Explorer build tree
- Fixed memory leak when exporting large amount of files
- Server view can be opened in explorer as virtual file system with schema
isfs://
- Option to suppress popup information message about successful compile
- Export, addCategory setting have more flexibility in naming category for exported items
- Formatting for commands and functions, as Word, UPPER or lower
- Some improvements in syntax highlighting
- Some other small fixes
20190812.6
Changes:
- b7026cb github actions
- 1bfd2e3 some fixes for tests
- 8ef3dfb small fixes in syntax highlighting
- 48f77f1 upper, lowe, or word case
- c1d2378 small fixes for debugging
- 0e2bf42 fix for breakpoints
- c0849e6 debugging, attach to process
- 22f6d11 Update build.yml for Azure Pipelines
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
See more
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175...
20190812.5
Changes:
- 7e17401 github actions
- 1bfd2e3 some fixes for tests
- 8ef3dfb small fixes in syntax highlighting
- 48f77f1 upper, lowe, or word case
- c1d2378 small fixes for debugging
- 0e2bf42 fix for breakpoints
- c0849e6 debugging, attach to process
- 22f6d11 Update build.yml for Azure Pipelines
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
See more
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175...
20190812.4
Changes:
- 1bfd2e3 some fixes for tests
- 8ef3dfb small fixes in syntax highlighting
- 48f77f1 upper, lowe, or word case
- c1d2378 small fixes for debugging
- 0e2bf42 fix for breakpoints
- c0849e6 debugging, attach to process
- 22f6d11 Update build.yml for Azure Pipelines
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
See more
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924...
20190806.10
Changes:
- c0849e6 debugging, attach to process
- 22f6d11 Update build.yml for Azure Pipelines
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
See more
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924 code folding
- 5732793 version update
- fd45c60 fixed outlines ranges
- 9fff820 little fixes, added break command
- ffff493 improve for syntax highlighting
- 23efeb5 exp...
20190806.9
Changes:
- 22f6d11 Update build.yml for Azure Pipelines
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
See more
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924 code folding
- 5732793 version update
- fd45c60 fixed outlines ranges
- 9fff820 little fixes, added break command
- ffff493 improve for syntax highlighting
- 23efeb5 export items in explorer
- 3442d57 refacto...
29
Changes:
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
See more
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924 code folding
- 5732793 version update
- fd45c60 fixed outlines ranges
- 9fff820 little fixes, added break command
- ffff493 improve for syntax highlighting
- 23efeb5 export items in explorer
- 3442d57 refactoring and some other changes
- 906f90b update ve...
28
Changes:
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
See more
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924 code folding
- 5732793 version update
- fd45c60 fixed outlines ranges
- 9fff820 little fixes, added break command
- ffff493 improve for syntax highlighting
- 23efeb5 export items in explorer
- 3442d57 refactoring and some other changes
- 906f90b update ve...
27
Changes:
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
See more
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924 code folding
- 5732793 version update
- fd45c60 fixed outlines ranges
- 9fff820 little fixes, added break command
- ffff493 improve for syntax highlighting
- 23efeb5 export items in explorer
- 3442d57 refactoring and some other changes
- 906f90b update ve...
26
Changes:
- 8a9e7cf Update build.yml for Azure Pipelines
- f1fb352 Update build.yml
- 655c722 Update build.yml for Azure Pipelines
- 8ef4d36 Update build.yml for Azure Pipelines
- e02a91f debugging support
- 61527d6 WIP
- 21ba944 some fixes in virtual fs mode
- 3276af3 Merge pull request #45 from daimor/snyk-fix-e1840a56d9ce61fcfca83cd290143ecd
- 05b77f4 solve xdata hihghlighting issue, closes #40
- fae0588 fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
See more
- 447cfec azure pipeline update
- e4b0633 Update build.yml for Azure Pipelines
- 079bb3a azure pipeline update
- 92edd2c azure pipeline update
- 2ca709a ci build package
- 45e5d0f Merge pull request #43 from daimor/snyk-fix-e298e51b20cf7d933ae4b4139fa66b9a
- 37f1a0f Update FUNDING.yml
- f978238 Update FUNDING.yml
- 9e6d4cb fix: .snyk, package.json & package-lock.json to reduce vulnerabilities
- 1f48ff8 fixed hover issue in #42
- e5130a8 export from another namespace with confirmation, #41
- 8d86ea1 fixed #41 import files from folder on Windows
- e40490f some small fixes
- dd63fd7 switched to tslint:recommended
- d18d92d better work with VirtualFS
isfs
- d949e53 Update FUNDING.yml
- 851e0a3 Update FUNDING.yml
- 80732b2 fixed linting errors
- 913632c removed GitHub Actions workflow, yet
- 658e359 many improvements
- 13c736c Create FUNDING.yml
- cdef6cc changes in syntax highlighting, fix for #36
- 2463ac8 macros suggestion
- 9c45e1b azure pipeline
- e0ea327 quickly open another namespace in server explorer, solve #9
- a15e939 delete item in explorer, done #16
- a0d98ab go to macrodefinition in the same file, fixes #25
- 2ebb328 import and compile entire folder
- d0f9b55 DependsOn,CompileAfter,PropertyClass,##class,extends,As
- fe23b6e ##class, as, extends completions for classes
- 64a3a97 $system completion
- 58e9bf4 fixed error in server actions, and support for percent files
- 21397f4 should fix #24
- 79fcee6 fix for #26
- 267a56b added some actions for server
- c30cf27 export root Classes/Routines from explorer
- df28898 Merge pull request #23 from kwagner2853/master
- 2f7922c Added ability to compile all classes in the current namespace
- d77e742 export all in multi-root workspace
- 37ec647 better way to solve #18
- 60cfefb updated readme, installation section
- 7b3efa2 export without category solve #7
- 1d65078 update dependencies
- c70430a fix export issue in #18
- f536703 launch extension in debug alone
- 7ca9342 changelog update and new version
- 478ee05 better caching cookies
- c34ccb1 better way to deal with api version
- 6195b3d some small fixes
- c516c26 Merge pull request #14 from bitcomposer/master
- 1320d75 We now set the api version number based on the value returned from getServer. We also have some checks on the calls to later api methods to warn the user that the calls won't work.
- d2d1b68 Fixed an issue with extensionContext not being exported and also added a config option dropdownlist for the api version number. You can choose v2 or v3.. My 2017 server does not like the v3 api calls at all.
- 5bc1600 Merge branch 'daimor-master'
- c4a27d0 fixed conflicts
- 5c88bbf return version number namespace to v3 so we can PR this.
- b40ef78 Added an option to control the export concurrency to allow for low user license servers or DBs with lots of classes.
- 98b721f reverted package version and name back to original so we can hopefully do a PR to the parent project.
- 7ca1588 Fixed issue with RTN's not exporting correctly with storageOnly=1. It seems that this flag has no effect routines which I guess I should have expected.
- 78d5b9a Added some concurrency control to avoid maxing out the cache licenses and getting 504 errors.
- b028e69 I have reverted the api version calls to v2 as v3 just doesn't work on the servers we are licensed to use.
- 1b25706 some maybe better caching
- 6c3779e Update main.workflow
- b46c427 Merge pull request #1 from daimor/master
- 3c24615 Update main.workflow
- e034bc4 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 7648ea9 Added exclude storage xml from source options and also added an option to only modify the local files if the local and server data differs.
- 002b757 some fixes
- 7f71dfe completion for parameters
- eaecbb0 some fixes in syntax highlighting
- cd0013a go to symbol for percent labels in routines
- f07928c go to defintion for self object
- 4216eb7 some small fixes
- 8d9a8cf go to super class
- c6087e8 go to macros definition
- 9a89504 changelog updated
- 8e6825c workspacesymbolprovider
- f7d5c98 view subclasses
- 8aa05a1 intellisense for ##class() methods
- d3680b2 added some constant variables to completion
- 5946356 #dim
- a81b3de class snippets
- d734077 show system menuItem moved to serverNode in explorer
- 5fd2e73 absolute path for images in readme
- 69ca080 basic CSP highlighting
- 4fdf681 some new widgets
- 652e955 just clean code from unused variables
- 3d10347 go to realfile if exists
- 7249b95 multi-root for server explorer
- 89a02fe multi-root workspace with different connections
- 884b958 preview xml as udl as command
- d0900c0 percent members in outline
- 32f2551 fixed XData with css
- 4a194e1 fixed highlighting for trigger and parameter in class
- 4c97664 xml preview as udl
- e4cbc31 readme filename case
- 555da44 some small fixes
- 791f351 new code formatter
- f64223a commands completion
- 0925073 some little changes
- f016877 hover over functions with documentation
- 09e5f35 outline improvements
- 3f5c828 author change
- 4c780a5 completion for system functions and system variables
- 1914175 go to definition
- 6f11924 code folding
- 5732793 version update
- fd45c60 fixed outlines ranges
- 9fff820 little fixes, added break command
- ffff493 improve for syntax highlighting
- 23efeb5 export items in explorer
- 3442d57 refactoring and some other changes
- 906f90b update ve...