Pleasanter Code Assist Release Notes (Version 1.3.0)¶
- Important: Separated the save and sync behaviors.
See "PCA: Save and Sync" under "Commands and Settings" for details. - Added a feature to create subfolders inside folders such as
scriptsandserverscriptsso saved scripts can be organized and categorized.
See "How to Use: Extensions" and "How to Use: Sites" for details. - Fixed an issue where the variables available for file names (
${psFileBasename},${psFileBasenameNoExt},${psFileExtname}) were not substituted correctly when more than one appeared in a file. - Fixed an issue where variable substitution malfunctioned when the file name itself contained a
$character. - Fixed an issue where TLS certificate verification over HTTPS did not work correctly in certain environments.
- Fixed an issue where axios was misdetected as running in browser mode in the Visual Studio Code (Electron) environment, causing the httpsAgent's TLS settings to be ignored.