File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ^7.1"
2525 },
26+ "support" : {
27+ "issues" : " https://github.com/schuhwerk/php-error-log-viewer/issues" ,
28+ "source" : " https://github.com/schuhwerk/php-error-log-viewer"
29+ },
2630 "type" : " development-tool"
2731}
Original file line number Diff line number Diff line change 1- file_path =' ../../../ app/debug.log'
1+ file_path =' ../../app/debug.log'
22vscode_path_search =' /srv/www/spaces/current/'
33vscode_path_replace =' C:\d oll\s paces\'
Original file line number Diff line number Diff line change @@ -407,9 +407,8 @@ public function ajax_filesize() {
407407 #app { padding: 0 10px; }
408408 .loader {transition: opacity 1s; opacity: 0;}
409409 .loader.visible { transition: opacity 0s; opacity: 1 }
410- .md-content { max-height: unset !important; min-height: 80vh; max-width: 98vw;}
411- .md-card { height: calc(100% - 15px); overflow: hidden; }
412- #app>.md-table {flex-flow: column;}
410+ .md-card { height: calc(100% - 15px); min-width: 90vw; }
411+ .md-content { max-height: unset !important; height: calc(100vh - 15px); max-width: 100%; }
413412 .md-table-cell[error*="Warning"] { background-color: #FFA66F; }
414413 .md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
415414 pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ You can specify settings in a file named 'php-error-log-viewer.ini' in the same
3333
3434``` ini
3535; path the the log file. relative to the viewer file.
36- file_path =' ../../../ app/debug.log'
36+ file_path =' ../../app/debug.log'
3737; toggle the linking feature
3838vscode_links =true
3939; when you run a virtual machine for development your server path might diverge from your loacal path. this is server.
4040vscode_path_search =' /srv/www/current/'
4141;
42- vscode_path_replace =' C:\ m y-repository\ '
42+ vscode_path_replace =' C:/ my-repository/ '
4343```
You can’t perform that action at this time.
0 commit comments