This repository was archived by the owner on Jul 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[W-19111839] refactor: use fs.writeFile() instead of textEditor.setText() to populate file contents #82
Merged
Merged
[W-19111839] refactor: use fs.writeFile() instead of textEditor.setText() to populate file contents #82
Changes from 52 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
93d8ce8
feat: add new function replaceLineInFile() in textEditorView.ts
daphne-sfdc 3ea24f7
chore(release): 1.0.1-dev.132 [skip ci]
svc-idee-bot 37199ab
ci: fix publish scripts to use correct tag
daphne-sfdc c099312
chore(release): 1.0.1-dev.133 [skip ci]
svc-idee-bot b308d11
feat: createApexClass() can be used to create default Apex classes wi…
daphne-sfdc ca01c35
chore(release): 1.0.1-dev.134 [skip ci]
svc-idee-bot 031544f
feat: createApexClass() uses fs.writeFile() instead of command palette
daphne-sfdc 01fdd20
chore(release): 1.0.1-dev.135 [skip ci]
svc-idee-bot 53267b8
feat: createAnonymousApexFile() uses fs.writeFile()
daphne-sfdc bdeff32
fix: createApexClass() and functions that call it should take in the …
daphne-sfdc d38613d
chore(release): 1.0.1-dev.136 [skip ci]
svc-idee-bot 23f6152
feat: overrideTextInFile() uses fs.writeFile()
daphne-sfdc decd599
chore(release): 1.0.1-dev.137 [skip ci]
svc-idee-bot dc79dd0
fix: open the Apex class in the Editor View after it is created
daphne-sfdc 5d81143
chore(release): 1.0.1-dev.138 [skip ci]
svc-idee-bot d62ef5c
chore: resolve 'JSDoc types may be moved to TypeScript types. ts(8000…
daphne-sfdc cd66963
chore: fix typo
daphne-sfdc 46206d0
feat: createVisualforcePage() uses fs.writeFile()
daphne-sfdc d4022f2
feat: createLwc() and createAura() use fs.writeFile()
daphne-sfdc 6c74661
chore(release): 1.0.1-dev.139 [skip ci]
svc-idee-bot 70fc5c8
fix: create folder before creating files if folder does not exist in …
daphne-sfdc 83beca5
chore(release): 1.0.1-dev.140 [skip ci]
svc-idee-bot 85722cf
fix: use existing UI-based approach in overrideTextInFile() if save =…
daphne-sfdc c7f31da
chore(release): 1.0.1-dev.141 [skip ci]
svc-idee-bot 9b9d633
fix: focus active editor group before running deploy/retrieve in runA…
daphne-sfdc 055b21c
chore(release): 1.0.1-dev.142 [skip ci]
svc-idee-bot e726125
fix: focus active editor group before replacing file contents via UI …
daphne-sfdc 69dc399
chore(release): 1.0.1-dev.143 [skip ci]
svc-idee-bot cf7030f
chore: add pause
daphne-sfdc 73d4838
chore(release): 1.0.1-dev.144 [skip ci]
svc-idee-bot 7ec7dc1
chore: add numbered logging
daphne-sfdc da753a5
chore(release): 1.0.1-dev.145 [skip ci]
svc-idee-bot 244bd72
try: fallback for textEditor.sendKeys()
daphne-sfdc 2a9684d
chore(release): 1.0.1-dev.146 [skip ci]
svc-idee-bot f140125
try: multiple fallback selectors
daphne-sfdc a6010a3
chore(release): 1.0.1-dev.147 [skip ci]
svc-idee-bot 0186884
try: pause for 2 seconds before editorElement.sendKeys()
daphne-sfdc ea91e47
chore(release): 1.0.1-dev.148 [skip ci]
svc-idee-bot b69414d
try: focus active editor group before writing using fallback
daphne-sfdc b2c2370
chore(release): 1.0.1-dev.149 [skip ci]
svc-idee-bot dc0c600
fix: remove option to not save the file in overrideTextInFile() becau…
daphne-sfdc 17c17a7
chore(release): 1.0.1-dev.150 [skip ci]
svc-idee-bot c9c96a7
fix: createAnonymousApexFile() takes in folder as an argument
daphne-sfdc 1e1ddcb
chore(release): 1.0.1-dev.151 [skip ci]
svc-idee-bot 27f5825
fix: open the anonymous Apex file in Editor View after creating it
daphne-sfdc 84072ec
chore(release): 1.0.1-dev.152 [skip ci]
svc-idee-bot 871a1e2
Merge branch 'main' into daphne/W-19111839-fs-write-for-e2e-tests
daphne-sfdc 2c04f0d
Merge branch 'main' into daphne/W-19111839-fs-write-for-e2e-tests
daphne-sfdc 066c002
chore(release): 1.1.7-dev.0 [skip ci]
svc-idee-bot c848c81
fix: use openFile() instead of getTextEditor() to open the newly crea…
daphne-sfdc 89f6c89
chore(release): 1.1.7-dev.1 [skip ci]
svc-idee-bot c030d77
Merge branch 'main' into daphne/W-19111839-fs-write-for-e2e-tests
daphne-sfdc aeff426
chore: cleanup
daphne-sfdc e27ea2a
chore: move cspell custom dictionary words from settings.json to cspe…
daphne-sfdc 88f1ab7
refactor: use new helper function createOrOverwriteFile()
daphne-sfdc 6bb8831
chore(release): 1.1.7-dev.2 [skip ci]
svc-idee-bot 4a0d44f
chore: consistent fs/promises import
daphne-sfdc 307d864
chore(release): 1.1.7-dev.3 [skip ci]
svc-idee-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found this typo - how had this been working before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's weird. Good catch!